]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
* getargs.c (skeleton): New variable.
[bison.git] / src / getargs.h
index d674b78af4fab0a0f794306f836708d88bf4703d..e86d4335a7037d220b550f0dfd053847af51270c 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse command line arguments for bison.
-   Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.
+   Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -24,6 +24,7 @@
 /* flags set by % directives */
 extern char *spec_file_prefix; /* for -b */
 extern char *spec_name_prefix;         /* for -p */
+extern char *skeleton;
 
 extern int debug_flag;                 /* for -t */
 extern int defines_flag;       /* for -d */