Browse Source

bug no. 2859013

pre-master-46
h_vogt 17 years ago
parent
commit
881908ec47
  1. 1
      ChangeLog
  2. 3
      src/include/inpdefs.h
  3. 1
      src/spicelib/parser/inpmkmod.c

1
ChangeLog

@ -3,6 +3,7 @@
variable ngdebug added, sets ft_ngdebug,
used for additional debug info printing
* dctran.c: setup info added
* inpdefs.h, inpmkmod.c: try to fix bug no. 2859013
2009-09-16 Holger Vogt
* inpcom.c: .global was diabled, reinstated

3
src/include/inpdefs.h

@ -76,9 +76,6 @@ typedef struct sINPmodel{
} INPmodel;
/* global input model table. */
extern INPmodel *modtab;
/* listing types - used for debug listings */
#define LOGICAL 1

1
src/spicelib/parser/inpmkmod.c

@ -9,6 +9,7 @@ Author: 1985 Thomas L. Quarles
#include "iferrmsg.h"
#include "inp.h"
/* global input model table. */
INPmodel *modtab;
/*--------------------------------------------------------------

Loading…
Cancel
Save