* src/options.h, src/options.c: Remove.

* src/getargs.c (short_options, long_options): New.
This commit is contained in:
Akim Demaille
2002-06-27 12:19:20 +00:00
parent 7cca31a2f2
commit e2aaf4c4f9
6 changed files with 61 additions and 220 deletions

View File

@@ -27,7 +27,6 @@
#include "files.h"
#include "symtab.h"
#include "symlist.h"
#include "options.h"
#include "gram.h"
#include "complain.h"
#include "output.h"