X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c5ae8e85aa660a5dcab6873d8984a49a055c2146..2dc8862bab59de5680c40d1d6f65d176ce1ed249:/src/output.c diff --git a/src/output.c b/src/output.c index 12b5d97f..b543cbab 100644 --- a/src/output.c +++ b/src/output.c @@ -1,6 +1,6 @@ /* Output the generated parsing program for Bison. - Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software + Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -90,7 +90,7 @@ Name (char const *name, \ \ lmin = min; \ lmax = max; \ - /* Build `NAME_min' and `NAME_max' in the obstack. */ \ + /* Build 'NAME_min' and 'NAME_max' in the obstack. */ \ obstack_printf (&format_obstack, "%s_min", name); \ MUSCLE_INSERT_LONG_INT (obstack_finish0 (&format_obstack), lmin); \ obstack_printf (&format_obstack, "%s_max", name); \