Mercurial > hg > octave-lyh
view config.h.bot @ 3028:6d56646a2d1f
[project @ 1997-06-05 06:34:21 by jwe]
author | jwe |
---|---|
date | Thu, 05 Jun 1997 06:35:11 +0000 |
parents | 9aeba8e006a4 |
children | 38684be52a3e |
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 DYNAMIC_CAST(T, E) (T) (E) #define REINTERPRET_CAST(T, E) (T) (E) #define HEAVYWEIGHT_INDEXING 1 #define WITH_KPATHSEARCH 1