Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
fe06d7f0
Commit
fe06d7f0
authored
Mar 04, 2013
by
npzacs
Browse files
Fixed DEBUG() definition to be C99 compatible
parent
37c12015
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/logging.h
View file @
fe06d7f0
...
...
@@ -24,7 +24,7 @@
#include
<stdint.h>
#define DEBUG(
X,Y
,...) aacs_debug(__FILE__,__LINE__,
X,Y
,##__VA_ARGS__)
#define DEBUG(
MASK
,...) aacs_debug(__FILE__,__LINE__,
MASK
,##__VA_ARGS__)
enum
debug_mask_enum
{
DBG_RESERVED
=
0x0001
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment