- Some consistency fixes after removing argtable2 dependency.

This commit is contained in:
ccremers
2005-04-10 15:36:41 +00:00
parent 738a2b5859
commit 4919cf2a2d
3 changed files with 1 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
- GNU getopt
- GNU bison/flex
- ARGTABLE http://argtable.sourceforge.net/
- de rest (c) Cas

View File

@@ -60,8 +60,6 @@ enum exittypes
#include "binding.h"
#include "switches.h"
#include "argtable2.h"
// The global system state
System sys;
@@ -277,8 +275,6 @@ main (int argc, char **argv)
memDone ();
exit:
/* deallocate each non-null entry in argtable[] */
return exitcode;
}