Mercurial > hg > octave-lyh
comparison liboctave/getopt.c @ 1243:668dc3c012b5
[project @ 1995-04-11 00:30:31 by jwe]
author | jwe |
---|---|
date | Tue, 11 Apr 1995 00:37:34 +0000 |
parents | 90ecb04a1e52 |
children | 611d403c7f3d |
comparison
equal
deleted
inserted
replaced
1242:5fb4ee02da70 | 1243:668dc3c012b5 |
---|---|
25 #if !defined (__GNUC__) && defined (_AIX) | 25 #if !defined (__GNUC__) && defined (_AIX) |
26 #pragma alloca | 26 #pragma alloca |
27 #endif | 27 #endif |
28 | 28 |
29 #ifdef HAVE_CONFIG_H | 29 #ifdef HAVE_CONFIG_H |
30 #include "config.h" | 30 #include <config.h> |
31 #endif | 31 #endif |
32 | 32 |
33 #ifdef __GNUC__ | 33 #ifdef __GNUC__ |
34 #define alloca __builtin_alloca | 34 #define alloca __builtin_alloca |
35 #else /* not __GNUC__ */ | 35 #else /* not __GNUC__ */ |