Show
Ignore:
Timestamp:
07/27/06 17:01:26 (2 years ago)
Author:
bart
Message:

Fixed project files for win32 and made the debug version build again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/debug.c

    r190 r250  
    207207#ifdef DEBUG /* This ifdef is still req'd because xpad is N/A in a non-debug compile */ 
    208208    if (eaccelerator_debug & debug_level) { 
    209         if (F_fp != stderr) { 
    210                 EACCELERATOR_FLOCK(file_no, LOCK_EX); 
    211         } 
    212         int i = EAG (xpad); 
     209                int i; 
     210        if (F_fp != stderr) { 
     211                EACCELERATOR_FLOCK(file_no, LOCK_EX); 
     212        } 
     213        i = EAG (xpad); 
    213214        while (i-- > 0) { 
    214215            fputc ('\t', F_fp);