diff options
author | Sebastian Parborg <darkdefende@gmail.com> | 2011-06-01 14:20:03 +0200 |
---|---|---|
committer | Sebastian Parborg <darkdefende@gmail.com> | 2011-06-01 14:20:03 +0200 |
commit | de8d1b22568c750ce80abf288e086fa71283db10 (patch) | |
tree | e83d3b69d62019f8701654cd3fc8900b2643fe01 /TODO | |
parent | Fixed some bugs (diff) | |
download | ebuildgen-de8d1b22568c750ce80abf288e086fa71283db10.tar.gz ebuildgen-de8d1b22568c750ce80abf288e086fa71283db10.tar.bz2 ebuildgen-de8d1b22568c750ce80abf288e086fa71283db10.zip |
Worked more on ifdefs and made YACC not a big hack
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ Fix issues with UTF-8 encoded filenames Handle #ifdef, #IFDEF, #IF 0 etc Handle "# include" implement ifndef +#include "file.h" doesn't restict it to be a local include, add checks! +Handle dlopen() "includes" |