/* VMS version of getargs; Uses DCL command parsing.
- Copyright (C) 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1989, 1992 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
extern int yacc_flag;
extern char * version_string;
-/* Allocate storgate and initialize, since bison uses them elsewhere. */
-char *spec_name_prefix;
-char *spec_file_prefix;
-
getargs(argc,argv)
int argc;
char *argv[];