From 8cdf507496138203fbf4c3f36c70575825ad7bf1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Oct 1996 02:35:23 +0000 Subject: [PATCH] . --- lib/full-write.c | 4 ++-- lib/getopt.h | 4 ++-- lib/long-options.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/full-write.c b/lib/full-write.c index 9f30b85a36..46d030b95d 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 952f4830d3..aa7877f863 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 f11a2d7fe4..d428dd196a 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 -- 2.30.2