Just warn about unknown directives, define __STDC_VERSION__=199901L

This commit is contained in:
grischka
2008-01-16 20:16:35 +00:00
parent 5342b32eef
commit 3667408a57
5 changed files with 39 additions and 17 deletions

2
TODO
View File

@@ -1,5 +1,7 @@
TODO list:
- FPU st(0) is left unclean (incompatible with optimized gcc/msc code)
- bug with defines:
#define spin_lock(lock) do { } while (0)
#define wq_spin_lock spin_lock