From 9a7f52c16b88405029508cfb132b1b0e0cf30077 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Nov 1996 23:43:36 +0000 Subject: [PATCH] . --- lib/getversion.c | 4 ++-- lib/xstrdup.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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 * -- 2.30.2