X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ff4a34be273490d08c7b34a51e309a76c5b2c127..9515e8a7f83cbb920491ceaef03f8e0fe0ce8108:/lib/quote.c diff --git a/lib/quote.c b/lib/quote.c index fd1b57e9..3cbc0805 100644 --- a/lib/quote.c +++ b/lib/quote.c @@ -1,12 +1,32 @@ +/* quote.c - quote arguments for output + Copyright (C) 1998, 1999, 2000, 2001 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 + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + /* Written by Paul Eggert */ #if HAVE_CONFIG_H # include #endif +#if HAVE_STDDEF_H +# include /* For the definition of size_t on windows w/MSVC. */ +#endif #include -#include -#include +#include "quotearg.h" +#include "quote.h" /* Return an unambiguous printable representated, allocated in slot N, for NAME, suitable for diagnostics. */