Tokenizer: Fix sloppy syntax error
This commit is contained in:
parent
df67e0efb6
commit
7148ad4239
|
@ -31,7 +31,7 @@
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
||||||
#ifndef(__GNUC__)
|
#ifndef __GNUC__
|
||||||
#define __attribute__(A)
|
#define __attribute__(A)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue