Show
Ignore:
Timestamp:
07/10/05 10:12:34 (4 years ago)
Author:
zoeloelip
Message:

* Renamed some macros from MMC (mmcache) to EA (eg MMCG is now EAG)
* Added eA file header to mm.c, mm.h and x86-spinlocks.h
* Readded a hack to the loader to prevent zend2 segfaults

Files:

Legend:

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

    r122 r123  
    5656                            CONST_PERSISTENT | CONST_CS); 
    5757 
    58     F_fp = fopen (MMCG (eaccelerator_log_file), "a"); 
     58    F_fp = fopen (EAG (eaccelerator_log_file), "a"); 
    5959    if (!F_fp) 
    6060        F_fp = stderr; 
     
    219219{ 
    220220    if (eaccelerator_debug & debug_level) { 
    221         int i = MMCG (xpad); 
     221        int i = EAG (xpad); 
    222222        while (i-- > 0) { 
    223223            fputc ('\t', F_fp);