Changeset 273

Show
Ignore:
Timestamp:
09/18/06 12:47:22 (2 years ago)
Author:
hans
Message:

Fixed unbalanced ifdef introduced by rev 269

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r272 r273  
     12006-09-18  Hans Rakers <hans at parse dot nl> 
     2        * Fixed unbalanced ifdef in eaccelerator.h introduced in rev [269]. 
     3          This fixes ticket #177 
     4 
    152006-09-15  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    26 
  • eaccelerator/trunk/eaccelerator.h

    r269 r273  
    257257        zend_uint line_start; 
    258258        zend_uint line_end; 
    259 #ifdef INCLUDE_DOC_COMMENTS 
     259#  ifdef INCLUDE_DOC_COMMENTS 
    260260    char *doc_comment; 
    261261    zend_uint doc_comment_len; 
     262#  endif 
    262263#endif 
    263264} ea_class_entry;