This commit is contained in:
Dennis Heimbigner 2020-05-14 14:44:48 -06:00
parent 9e5f08d0e1
commit 518d70ef64
5 changed files with 5 additions and 6 deletions

View File

@ -11,7 +11,6 @@
int verbose;
char* fileurl;
int debug;
extern int ocdebug;
/* Forward */
static void usage(void);

View File

@ -56,8 +56,6 @@ char* optarg;
/*Mnemonic*/
#define TOPLEVEL 1
int ocdebug;
static OCerror ocstat;
static OClink glink;

View File

@ -596,6 +596,9 @@ EXTERNL OCerror oc_ping(const char* url);
*/
EXTERNL OCerror oc_raw_xdrsize(OClink,OCddsnode,off_t*);
/* Control parser debugging */
EXTERNL int ocdebug;
#ifdef __cplusplus
}
#endif

View File

@ -58,9 +58,6 @@ about how IO is getting along.
*/
#undef OCPROGRESS
EXTERNL int ocdebug;
EXTERNL int cedebug;
/*extern char* dent2(int n);*/
/*/extern char* dent(int n);*/
extern int ocpanic(const char* fmt, ...);

View File

@ -57,6 +57,8 @@ static OCerror ocget_rcproperties(OCstate*);
extern OCnode* makeunlimiteddimension(void);
EXTERNL int ocdebug = 0;
int ocinitialized = 0;
OCerror