rename #ifndef include wrapper CKT_H
This commit is contained in:
parent
805753d28c
commit
8101f3f17c
|
|
@ -3,8 +3,8 @@
|
|||
* Modified 1999 Paolo Nenzi - Removed non STDC definitions
|
||||
* Modified 2000 AlansFixes
|
||||
*/
|
||||
#ifndef CKT_H
|
||||
#define CKT_H
|
||||
#ifndef ngspice_CKTDEFS_H
|
||||
#define ngspice_CKTDEFS_H
|
||||
|
||||
#include "ngspice/typedefs.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#define NDEV_AC_LOAD 0x0010
|
||||
#define NDEV_PZ_LOAD 0x0020
|
||||
|
||||
#ifndef CKT_H
|
||||
#ifndef ngspice_CKTDEFS_H
|
||||
/* defines for CKTmode */
|
||||
/* this should be the same as cktdefs.h */
|
||||
/* old 'mode' parameters */
|
||||
|
|
|
|||
Loading…
Reference in New Issue