Tokenizer: Fix sloppy syntax error

This commit is contained in:
Daniel Marjamäki 2015-10-12 08:51:41 +02:00
parent df67e0efb6
commit 7148ad4239
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <list>
#include <ctime>
#ifndef(__GNUC__)
#ifndef __GNUC__
#define __attribute__(A)
#endif