diff options
author | Sven Gothel <[email protected]> | 2010-11-04 20:32:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-04 20:32:58 +0100 |
commit | c4f4ec8b7be3c73b0d416ea82030b3fb8aa99efa (patch) | |
tree | fe863b668d4e33728b2e74c332a44e11699afd9f /src/java/com/jogamp/gluegen/runtime | |
parent | 12168e5bced1eaaaf4fc340cd67cdcbc8112d6d7 (diff) |
Fix PCPP 'elif' case; Adding PCPP #error/#warning; Adding debug mode.
Fix PCPP 'elif' case
----------------------
Use the evaluated expression after the 'elif' statement as well.
This was always true for 'if'.
Otherwise the file obviously won't get parsed correctly,
ie it was always assuming 'true'.
Adding PCPP #error/#warning
----------------------------
LOG all occurence of #error and #warning CPP directives
Adding debug mode.
----------------------
Add '--debug' commandline flag and 'debug' property for ant task,
which enables debug mode of PCPP.
Diffstat (limited to 'src/java/com/jogamp/gluegen/runtime')
0 files changed, 0 insertions, 0 deletions