mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
ocdebug
This commit is contained in:
parent
9e5f08d0e1
commit
518d70ef64
@ -11,7 +11,6 @@
|
||||
int verbose;
|
||||
char* fileurl;
|
||||
int debug;
|
||||
extern int ocdebug;
|
||||
|
||||
/* Forward */
|
||||
static void usage(void);
|
||||
|
@ -56,8 +56,6 @@ char* optarg;
|
||||
/*Mnemonic*/
|
||||
#define TOPLEVEL 1
|
||||
|
||||
int ocdebug;
|
||||
|
||||
static OCerror ocstat;
|
||||
static OClink glink;
|
||||
|
||||
|
3
oc2/oc.h
3
oc2/oc.h
@ -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
|
||||
|
@ -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, ...);
|
||||
|
@ -57,6 +57,8 @@ static OCerror ocget_rcproperties(OCstate*);
|
||||
|
||||
extern OCnode* makeunlimiteddimension(void);
|
||||
|
||||
EXTERNL int ocdebug = 0;
|
||||
|
||||
int ocinitialized = 0;
|
||||
|
||||
OCerror
|
||||
|
Loading…
Reference in New Issue
Block a user