home *** CD-ROM | disk | FTP | other *** search
- #ifndef GIMMELIB_MACROS_H
- #define GIMMELIB_MACROS_H
-
- #ifdef GIM_BUILTIN
- #ifdef AZTEC_C
- #define strcpy _BUILTIN_strcpy
- #define strcmp _BUILTIN_strcmp
- #define strlen _BUILTIN_strlen
- #endif AZTEC_C
- #endif GIM_BUILTIN
-
-
- /* WSL-type guess-endguess construct (for internal use only) */
- #define GUESS do {
- #define QUIF( cond ) if( cond ) break;
- #define ENDGUESS } while( 0 );
-
- #endif !GIMMELIB_MACROS_H
-