Mercurial > hg > octave-avbm
view config.h.bot @ 3203:bc61b0e8d60e
[project @ 1998-10-30 20:26:27 by jwe]
author | jwe |
---|---|
date | Fri, 30 Oct 1998 20:26:31 +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