mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
fixed missing macro
This commit is contained in:
parent
7dcf52719a
commit
dc016d27ae
@ -78,7 +78,6 @@ return 2; \
|
||||
return 0; \
|
||||
} while (0)
|
||||
|
||||
#if 0
|
||||
#ifndef NONETCDF
|
||||
extern const char* nc_strerror(int ncerr);
|
||||
static int
|
||||
@ -91,6 +90,5 @@ complain(int stat)
|
||||
return stat;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* _ERR_MACROS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user