Show
Ignore:
Timestamp:
05/05/08 13:00:01 (8 months ago)
Author:
ludovic.rousseau
Message:

Use size_t instead of int when needed, plus some other minor changes

Patch bug.1 included in Ticket #176

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/scconf/sclex.c

    r1686 r3510  
    9393} 
    9494 
    95 static void buf_eat_till(BUFHAN * bp, char start, char *end) 
     95static void buf_eat_till(BUFHAN * bp, char start, const char *end) 
    9696{ 
    9797        int i;