X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsysexits.in.h;h=a8e80dcd80011dd20478e72cf2fc27945b04eb36;hb=968e74c2c0e0e74869e210e093f0aa9265b1e5b5;hp=14b0b364d960d96775564029a20d498d00cbaab2;hpb=c2318e88599d84748f3537b54646913f0af0eb20;p=pspp diff --git a/lib/sysexits.in.h b/lib/sysexits.in.h index 14b0b364d9..a8e80dcd80 100644 --- a/lib/sysexits.in.h +++ b/lib/sysexits.in.h @@ -1,5 +1,5 @@ /* exit() exit codes for some BSD system programs. - Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,9 +18,12 @@ #ifndef _GL_SYSEXITS_H -#if @HAVE_SYSEXITS_H@ - +#if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ +#endif +@PRAGMA_COLUMNS@ + +#if @HAVE_SYSEXITS_H@ /* IRIX 6.5 has an that defines a macro EX_OK with a nonzero value. Override it. See