Changeset 123 for eaccelerator/trunk/debug.c
- Timestamp:
- 07/10/05 10:12:34 (4 years ago)
- Files:
-
- eaccelerator/trunk/debug.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/debug.c
r122 r123 56 56 CONST_PERSISTENT | CONST_CS); 57 57 58 F_fp = fopen ( MMCG (eaccelerator_log_file), "a");58 F_fp = fopen (EAG (eaccelerator_log_file), "a"); 59 59 if (!F_fp) 60 60 F_fp = stderr; … … 219 219 { 220 220 if (eaccelerator_debug & debug_level) { 221 int i = MMCG (xpad);221 int i = EAG (xpad); 222 222 while (i-- > 0) { 223 223 fputc ('\t', F_fp);