bug no. 2859013

This commit is contained in:
h_vogt 2009-09-19 21:18:04 +00:00
parent 7ec7495457
commit 881908ec47
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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