1 #ifndef _sdf_parse_priv_h
2 #define _sdf_parse_priv_h
4 * Copyright (c) 2007 Stephen Williams (steve@icarus.com)
6 * This source code is free software; you can redistribute it
7 * and/or modify it in source code form under the terms of the GNU
8 * General Public License as published by the Free Software
9 * Foundation; either version 2 of the License, or (at your option)
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
23 * This file is only included by sdf_parse.y and sdf_lexor.lex. It is
24 * used to share declarations between the parse and the lexor.
27 /* Path to source for error messages. */
28 extern const char*sdf_parse_path
;