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