1. 10 Nov, 2000 17 commits
  2. 09 Nov, 2000 21 commits
  3. 08 Nov, 2000 2 commits
    • Move directive handling into the lexer itself. · adb84b42
              * cpplex.c (_cpp_lex_token): Handle directives directly.
              In the case of a directive interrupting a function-like
              macro invocation, use extra_char since read_ahead is
              used to store the '#'.  Return a CPP_EOF in this case.
              * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
              (cpp_get_token): Don't handle directives here.
              * cpplib.h: Remove CPP_DHASH token type.
      
      From-SVN: r37329
      Neil Booth committed
    • snapshot: New file. · 09ff8283
      	* snapshot: New file.
      
      Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
      
      From-SVN: r37328
      Jeff Law committed