- Copyright 1984, 1989, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 2000, 2001, 2002 Free Software Foundation, Inc.
/* File name for the parser (i.e., the one above, or its default.) */
extern char *parser_file_name;
/* File name for the parser (i.e., the one above, or its default.) */
extern char *parser_file_name;
/* If semantic parser, output a .h file that defines YYSTYPE... */
extern struct obstack pre_prologue_obstack;
extern struct obstack post_prologue_obstack;
/* If semantic parser, output a .h file that defines YYSTYPE... */
extern struct obstack pre_prologue_obstack;
extern struct obstack post_prologue_obstack;
-const char *skeleton_find PARAMS ((const char *envvar,
- const char *skeleton_name));
+FILE *xfopen (const char *name, const char *mode);
+void xfclose (FILE *ptr);
/* Is SUFFIX ending STRING? */
int strsuffix (const char* string, const char* suffix);
/* Is SUFFIX ending STRING? */
int strsuffix (const char* string, const char* suffix);