mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-07 04:53:15 +02:00
bool definition is in stdbool.h, no local definition required
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
|
||||
/* Begin macros. */
|
||||
|
||||
/* Boolean data type */
|
||||
#define bool int
|
||||
/* Boolean data type by stdbool.h */
|
||||
#define NO 0
|
||||
#define YES 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user