Mercurial > hg > octave-lyh
view config.h.bot @ 2539:1dca28c213f0
[project @ 1996-11-19 23:54:48 by jwe]
author | jwe |
---|---|
date | Tue, 19 Nov 1996 23:55:06 +0000 |
parents | 6f7bb8b60579 |
children | cfa9f35fd407 |
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 #if defined (__GNUC__) #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 7) #define NPOS string::npos #endif #endif #define STATIC_CAST(T, E) (T) (E) #define DYNAMIC_CAST(T, E) (T) (E) #define REINTERPRET_CAST(T, E) (T) (E) #define HEAVYWEIGHT_INDEXING 1