Mercurial > hg > octave-thorsten
view config.h.bot @ 3162:7c96e85c76db
[project @ 1998-04-08 18:19:35 by jwe]
author | jwe |
---|---|
date | Wed, 08 Apr 1998 18:21:04 +0000 |
parents | 894d516b4a00 |
children |
line wrap: on
line source
#if defined (__GNUC__) #define GCC_ATTR_NORETURN __attribute__ ((__noreturn__)) #define GCC_ATTR_UNUSED __attribute__ ((__unused__)) #else #define GCC_ATTR_NORETURN #define GCC_ATTR_UNUSED #endif #define CONST_CAST(T, E) (T) (E) #define DYNAMIC_CAST(T, E) (T) (E) #define REINTERPRET_CAST(T, E) (T) (E) #define STATIC_CAST(T, E) (T) (E) #define X_CAST(T, E) (T) (E) #define HEAVYWEIGHT_INDEXING 1 #define WITH_KPATHSEARCH 1