Changeset 2102

Show
Ignore:
Timestamp:
02/27/2008 11:40:59 PM (4 months ago)
Author:
jan
Message:

fixed warning about incompatible assignment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/src/configparser.y

    r2079 r2102  
    123123%type       condline               {data_config *} 
    124124%type       condlines              {data_config *} 
     125%type       global                 {data_config *} 
    125126%type       aelements              {array *} 
    126127%type       array                  {array *}