[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Parsing bug
From: |
Philippe Ribet |
Subject: |
[Tinycc-devel] Parsing bug |
Date: |
Sat, 12 May 2007 20:46:36 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 |
Hello,
tcc failed to parse such code because of the "\" character.
#ifdef WIN32
# include <windows.h>
# include <gl\glaux.h>
#else
# include <X11/Xlib.h>
# include <GL/glx.h>
#endif
Best regards,
--
Philippe Ribet
The README file said
"Requires Windows 95, NT 4.0, or better."
So... I installed it on Linux!
- [Tinycc-devel] Parsing bug,
Philippe Ribet <=