diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:54:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:54:45 +0300 |
commit | f20ab7c3039a4023f41372bfe4bde3b16d481df7 (patch) | |
tree | 4425de8c6177df655f165cb61d70d0acb5fdc968 /custom.h | |
parent | 6607eb3d5e40b98d2acc8f6b0d6a0b5a4b0f56bd (diff) | |
download | gawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.tar.gz |
Move to gawk-3.0.4.gawk-3.0.4
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -7,11 +7,11 @@ * information. * * If you make additions to this file for your system, please send me - * the information, to arnold@gnu.ai.mit.edu. + * the information, to arnold@gnu.org. */ /* - * Copyright (C) 1995-1997 the Free Software Foundation, Inc. + * Copyright (C) 1995-1999 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -57,3 +57,10 @@ #ifdef _SEQUENT_ #undef HAVE_MMAP #endif + +/* For BeOS, from mc@whoever.com */ +#if defined(__dest_os) && __dest_os == __be_os +#define BROKEN_STRNCASECMP +#define ELIDE_CODE +#include <alloca.h> +#endif |