changeset 720:497616507f9c

.
author Jim Meyering <jim@meyering.net>
date Wed, 09 Oct 1996 02:35:23 +0000
parents d9aac329ede7
children 093eed3c9408
files lib/full-write.c lib/getopt.h lib/long-options.h
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib/full-write.c	Wed Oct 09 02:33:18 1996 +0000
+++ b/lib/full-write.c	Wed Oct 09 02:35:23 1996 +0000
@@ -18,13 +18,13 @@
    Copied largely from GNU C's cccp.c.
    */
 
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
 # include <config.h>
 #endif
 
 #include <sys/types.h>
 
-#ifdef HAVE_UNISTD_H
+#if HAVE_UNISTD_H
 # include <unistd.h>
 #endif
 
--- a/lib/getopt.h	Wed Oct 09 02:33:18 1996 +0000
+++ b/lib/getopt.h	Wed Oct 09 02:35:23 1996 +0000
@@ -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
--- a/lib/long-options.h	Wed Oct 09 02:33:18 1996 +0000
+++ b/lib/long-options.h	Wed Oct 09 02:35:23 1996 +0000
@@ -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