Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r3a2128f r8f60f0b  
    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
     260ttype                   { KEYWORD_RETURN(TTYPE); }                              // CFA
    260261typedef                 { KEYWORD_RETURN(TYPEDEF); }
    261262typeof                  { KEYWORD_RETURN(TYPEOF); }                             // GCC
Note: See TracChangeset for help on using the changeset viewer.