diff options
| author | grischka <grischka> | 2008-01-16 20:16:35 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2008-01-16 20:16:35 +0000 |
| commit | 3667408a5756a47edcc99d38535f544de7e5867a (patch) | |
| tree | e03306d2a6337107b656f6b39a1a23b76c46dae8 /TODO | |
| parent | 5342b32eef56a73dfc9c932bf4c77963de2f6f8e (diff) | |
| download | tinycc-3667408a5756a47edcc99d38535f544de7e5867a.tar.gz tinycc-3667408a5756a47edcc99d38535f544de7e5867a.tar.bz2 | |
Just warn about unknown directives, define __STDC_VERSION__=199901L
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
