mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Adapted binpac to compile with MSVC for Windows environment.
This commit is contained in:
parent
dd3737b5c8
commit
faa1b7abbf
5 changed files with 29 additions and 13 deletions
|
@ -6,9 +6,7 @@
|
|||
|
||||
extern bool FLAGS_pac_debug;
|
||||
|
||||
#define ASSERT(x) assert(x)
|
||||
#define DEBUG_MSG(x...) \
|
||||
if ( FLAGS_pac_debug ) \
|
||||
fprintf(stderr, x)
|
||||
#define ASSERT(x) assert(x)
|
||||
#define DEBUG_MSG(...) if ( FLAGS_pac_debug ) fprintf(stderr, __VA_ARGS__)
|
||||
|
||||
#endif /* pac_dbg_h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue