Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r8f60f0b r3a2128f  
    44 * The contents of this file are covered under the licence agreement in the
    55 * file "LICENCE" distributed with Cforall.
    6  *
    7  * lex.l --
    8  *
     6 * 
     7 * lex.l -- 
     8 * 
    99 * Author           : Peter A. Buhr
    1010 * Created On       : Sat Sep 22 08:58:10 2001
     
    258258trait                   { KEYWORD_RETURN(TRAIT); }                              // CFA
    259259try                             { KEYWORD_RETURN(TRY); }                                // CFA
    260 ttype                   { KEYWORD_RETURN(TTYPE); }                              // CFA
    261260typedef                 { KEYWORD_RETURN(TYPEDEF); }
    262261typeof                  { KEYWORD_RETURN(TYPEOF); }                             // GCC
Note: See TracChangeset for help on using the changeset viewer.