comparison src/lex.l @ 6547:4fb053f24fd6

[project @ 2007-04-19 21:47:40 by jwe]
author jwe
date Thu, 19 Apr 2007 21:47:41 +0000
parents 2a8922007c12
children 93c65f2a5668
comparison
equal deleted inserted replaced
6546:44a4f68fbd76 6547:4fb053f24fd6
1001 { 1001 {
1002 yylval.tok_val = 0; 1002 yylval.tok_val = 0;
1003 1003
1004 switch (kw->kw_id) 1004 switch (kw->kw_id)
1005 { 1005 {
1006 case all_va_args_kw:
1007 case break_kw: 1006 case break_kw:
1008 case case_kw: 1007 case case_kw:
1009 case catch_kw: 1008 case catch_kw:
1010 case continue_kw: 1009 case continue_kw:
1011 case else_kw: 1010 case else_kw: