Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/regexp.h

    r155 r222  
    55#define BOOLEAN_DEFINED
    66typedef int BOOLEAN;
     7#ifndef TRUE
    78#define TRUE  1
     9#endif
     10#ifndef FALSE
    811#define FALSE 0
     12#endif
    913#endif
    1014
Note: See TracChangeset for help on using the changeset viewer.