From: Paul Eggert Date: Tue, 9 Sep 2003 06:23:53 +0000 (+0000) Subject: Remove K&R cruft. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2223e87353c51dbff8c43e59b2d52aa1d665f5e3;p=pspp Remove K&R cruft. --- diff --git a/lib/getversion.c b/lib/getversion.c index bb72d2dd5f..6500d7e842 100644 --- a/lib/getversion.c +++ b/lib/getversion.c @@ -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 -#endif +#include int argmatch (); void invalid_arg ();