Mercurial > hg > octave-lyh
annotate config.h.bot @ 2954:ac3368dba5d3
[project @ 1997-05-09 15:09:47 by jwe]
author | jwe |
---|---|
date | Fri, 09 May 1997 15:11:16 +0000 |
parents | 9aeba8e006a4 |
children | 38684be52a3e |
rev | line source |
---|---|
1426 | 1 |
2445 | 2 #if defined (__GNUC__) |
3 #define GCC_ATTR_NORETURN __attribute__ ((__noreturn__)) | |
4 #define GCC_ATTR_UNUSED __attribute__ ((__unused__)) | |
1426 | 5 #else |
2445 | 6 #define GCC_ATTR_NORETURN |
7 #define GCC_ATTR_UNUSED | |
8 #endif | |
9 | |
2378 | 10 #define DYNAMIC_CAST(T, E) (T) (E) |
11 | |
12 #define REINTERPRET_CAST(T, E) (T) (E) | |
13 | |
2005 | 14 #define HEAVYWEIGHT_INDEXING 1 |
2775 | 15 |
16 #define WITH_KPATHSEARCH 1 |