rename #ifndef include wrapper CKT_H

This commit is contained in:
rlar 2013-01-23 20:56:28 +01:00
parent c377b7a6b3
commit 8cafeed8f0
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 */