X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a8bf7299ee74781dd485c33c5eac20aee0f0ebef..92f94a128df584f5a2040363a97c2f30530f059c:/src/prefix-args.c diff --git a/src/prefix-args.c b/src/prefix-args.c index c2f6303786..16d7b7dba1 100644 --- a/src/prefix-args.c +++ b/src/prefix-args.c @@ -1,11 +1,12 @@ /* prefix-args.c - echo each argument, prefixed by a string. - Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) +the Free Software Foundation; either version 3, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -43,6 +44,14 @@ Boston, MA 02110-1301, USA. */ If I can't write a completely portable program to do this in C, I'm quitting and taking up gardening. */ +#ifdef HAVE_CONFIG_H +# include +#endif + +#if STDC_HEADERS +# include /* for proper declaration of `exit' */ +#endif + #include #include