X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e021191bcff8eb388627a9b647b2f693490f1f8f..92822affc53ea6df5caad9693daf347bfdf87723:/src/muscle_tab.c diff --git a/src/muscle_tab.c b/src/muscle_tab.c index fe6affb6..0265e45a 100644 --- a/src/muscle_tab.c +++ b/src/muscle_tab.c @@ -1,7 +1,7 @@ /* Muscle table manager for Bison. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software - Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -539,13 +539,12 @@ muscle_percent_define_default (char const *variable, char const *value) { location loc; MUSCLE_INSERT_STRING (name, value); - loc.start.file = loc.end.file = "[Bison:muscle_percent_define_default]"; - loc.start.line = loc.end.line = 1; - loc.start.column = loc.end.column = 0; + loc.start.file = loc.end.file = ""; + loc.start.line = loc.end.line = -1; + loc.start.column = loc.end.column = -1; muscle_insert (loc_name, ""); muscle_location_grow (loc_name, loc); muscle_insert (syncline_name, ""); - muscle_syncline_grow (syncline_name, loc); } }