Skip to content

Commit

Permalink
Add note to TODO about cpp directives on first line
Browse files Browse the repository at this point in the history
cpp directives on the very first line of the .chs file are ignored
because the lexer looks for \n#  This is very confusing to users.

darcs-hash:20070726214038-9561d-8cc2e50a169c8858d43501372c31e5f1d8ed1e79
  • Loading branch information
Duncan Coutts committed Jul 26, 2007
1 parent 4fa9957 commit 2d055bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ Next: - enum hooks should define cFromEnum/cToEnum as the default marshallers

Short term
~~~~~~~~~~
* cpp directives on the very first line of the .chs file are ignored
because the lexer looks for \n# This is very confusing to users.

* The C99 spec says (sec. 6.7.2.1):

[#4] Each enumerated type shall be compatible with an
Expand Down

0 comments on commit 2d055bc

Please sign in to comment.