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