bug no. 2859013
This commit is contained in:
parent
7ec7495457
commit
881908ec47
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -76,9 +76,6 @@ typedef struct sINPmodel{
|
|||
} INPmodel;
|
||||
|
||||
|
||||
/* global input model table. */
|
||||
extern INPmodel *modtab;
|
||||
|
||||
|
||||
/* listing types - used for debug listings */
|
||||
#define LOGICAL 1
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "iferrmsg.h"
|
||||
#include "inp.h"
|
||||
|
||||
/* global input model table. */
|
||||
INPmodel *modtab;
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue