From: Jim Meyering Date: Sun, 3 Nov 1996 23:43:36 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7f52c16b88405029508cfb132b1b0e0cf30077;p=pspp . --- diff --git a/lib/getversion.c b/lib/getversion.c index 8d26abe85d..4c4ac4cf85 100644 --- a/lib/getversion.c +++ b/lib/getversion.c @@ -17,13 +17,13 @@ /* Written by David MacKenzie */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif #include "backupfile.h" -#ifdef STDC_HEADERS +#if STDC_HEADERS # include #endif diff --git a/lib/xstrdup.c b/lib/xstrdup.c index 3f6abb7417..d5bcaf3809 100644 --- a/lib/xstrdup.c +++ b/lib/xstrdup.c @@ -32,7 +32,6 @@ char *xstrdup (char *string); char *xmalloc (); #endif - /* Return a newly allocated copy of STRING. */ char *