changeset 24331:faa7f4346f8e

Remove K&R cruft.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Sep 2003 06:23:53 +0000
parents 4fbaa8850811
children 005bfeae679a
files lib/getversion.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getversion.c	Tue Sep 09 03:34:40 2003 +0000
+++ b/lib/getversion.c	Tue Sep 09 06:23:53 2003 +0000
@@ -1,5 +1,5 @@
 /* getversion.c -- select backup filename type
-   Copyright (C) 1990, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 2000, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,9 +23,7 @@
 
 #include "backupfile.h"
 
-#if STDC_HEADERS
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
 
 int argmatch ();
 void invalid_arg ();