From: Jim Meyering Date: Wed, 9 Oct 1996 02:35:23 +0000 (+0000) Subject: . X-Git-Tag: cvs-readonly~8452 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=8cdf507496138203fbf4c3f36c70575825ad7bf1;p=gnulib.git . --- diff --git a/lib/full-write.c b/lib/full-write.c index 9f30b85a3..46d030b95 100644 --- a/lib/full-write.c +++ b/lib/full-write.c @@ -18,13 +18,13 @@ Copied largely from GNU C's cccp.c. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif #include -#ifdef HAVE_UNISTD_H +#if HAVE_UNISTD_H # include #endif diff --git a/lib/getopt.h b/lib/getopt.h index 952f4830d..aa7877f86 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -12,8 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff --git a/lib/long-options.h b/lib/long-options.h index f11a2d7fe..d428dd196 100644 --- a/lib/long-options.h +++ b/lib/long-options.h @@ -1,8 +1,8 @@ #undef __P #if defined (__STDC__) && __STDC__ -#define __P(args) args +# define __P(args) args #else -#define __P(args) () +# define __P(args) () #endif void