remove CVS `Id',`log' etc. keyword incantations

This commit is contained in:
rlar 2011-12-30 15:52:45 +00:00
parent 171e8896b1
commit c7ddee5923
7 changed files with 21 additions and 12 deletions

View File

@ -1,3 +1,12 @@
2011-12-30 Robert Larice
* src/include/ngspice/cktdefs.h ,
* src/include/ngspice/pzdefs.h ,
* src/spicelib/devices/nbjt2/nbjt2def.h ,
* src/spicelib/devices/ndev/ndevexch.h ,
* src/spicelib/devices/numd2/numd2def.h ,
* src/spicelib/devices/numos/numosdef.h :
remove CVS `Id',`log' etc. keyword incantations
2011-12-29 Holger Vogt
* inppas3.c, cktdest.c: reduce memory leaks
* inpsymt.c: beautify
@ -7,9 +16,9 @@
2011-12-29 Holger Vogt
* b4v6dest.c : improved removal of circuit installation,
bug no. 3229770. Memory leaks are quasi gone for
bug no. 3229770. Memory leaks are quasi gone for
10 run - reset sequences of a 1000 transistor circuit
2011-12-29 Robert Larice
* src/include/ngspice/Makefile.am :
install headers in $(pkdatadir)/include/ngspice

View File

@ -3,8 +3,8 @@
* Modified 1999 Paolo Nenzi - Removed non STDC definitions
* Modified 2000 AlansFixes
*/
#ifndef CKT
#define CKT "CKTdefs.h $Revision$ on $Date$ "
#ifndef CKT_H
#define CKT_H
#include "ngspice/typedefs.h"
@ -414,4 +414,4 @@ extern void NInzIter(CKTcircuit *, int, int);
extern IFfrontEnd *SPfrontEnd;
#endif /*CKT*/
#endif

View File

@ -1,5 +1,5 @@
#ifndef PZDEFS
#define PZDEFS "PZdefs.h $Revision$ on $Date$ "
#ifndef PZDEFS_H
#define PZDEFS_H
/* structure used to describe an PZ analysis to be performed */
@ -54,4 +54,4 @@ struct PZAN {
#define PZ_ZER 8
#define PZ_PZ 9
#endif /*PZDEFS*/
#endif

View File

@ -4,7 +4,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
**********/
#ifndef NBJT2_H
#define NBJT2_H "NBJT2defs.h $Revision$ on $Date$ "
#define NBJT2_H
/* structures to describe 2d Numerical Bipolar Junction Transistors */

View File

@ -14,7 +14,7 @@
#define NDEV_AC_LOAD 0x0010
#define NDEV_PZ_LOAD 0x0020
#ifndef CKT
#ifndef CKT_H
/* defines for CKTmode */
/* this should be the same as cktdefs.h */
/* old 'mode' parameters */

View File

@ -4,7 +4,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
**********/
#ifndef NUMD2_H
#define NUMD2_H "NUMD2defs.h $Revision$ on $Date$ "
#define NUMD2_H
/* data structures used to describe 2D numerical diodes */

View File

@ -4,7 +4,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
**********/
#ifndef NUMOS_H
#define NUMOS_H "NUMOSdefs.h $Revision$ on $Date$ "
#define NUMOS_H
/* data structures used to describe 2D Numerical MOSFETs */