Changeset 4147

Show
Ignore:
Timestamp:
09/06/06 04:41:57 (7 years ago)
Author:
mmh
Message:

Get rid of unnecessary quotes in keyword rules.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/scanner-opt-branch/lib/conf-lex.l

    r4146 r4147  
    108108 /* Keywords must be followed by whitespace - eat that too */ 
    109109 
    110 "label"{BLANK}+ { 
     110label{BLANK}+   { 
    111111                  sensors_yylval.line = sensors_yylineno; 
    112112                  BEGIN(MIDDLE); 
     
    114114                } 
    115115 
    116 "set"{BLANK}+   { 
     116set{BLANK}+     { 
    117117                  sensors_yylval.line = sensors_yylineno; 
    118118                  BEGIN(MIDDLE); 
     
    120120                } 
    121121 
    122 "compute"{BLANK}+ { 
     122compute{BLANK}+ { 
    123123                  sensors_yylval.line = sensors_yylineno; 
    124124                  BEGIN(MIDDLE); 
     
    126126                } 
    127127 
    128 "bus"{BLANK}+   { 
     128bus{BLANK}+     { 
    129129                  sensors_yylval.line = sensors_yylineno; 
    130130                  BEGIN(MIDDLE); 
     
    132132                } 
    133133 
    134 "chip"{BLANK}+  { 
     134chip{BLANK}+    { 
    135135                  sensors_yylval.line = sensors_yylineno; 
    136136                  BEGIN(MIDDLE); 
     
    138138                } 
    139139 
    140 "ignore"{BLANK}+ { 
     140ignore{BLANK}+  { 
    141141                  sensors_yylval.line = sensors_yylineno; 
    142142                  BEGIN(MIDDLE);