Changeset 250 for eaccelerator/branches/0.9.5/debug.c
- Timestamp:
- 07/27/06 17:01:26 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/debug.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/debug.c
r190 r250 207 207 #ifdef DEBUG /* This ifdef is still req'd because xpad is N/A in a non-debug compile */ 208 208 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); 213 214 while (i-- > 0) { 214 215 fputc ('\t', F_fp);