- Some consistency fixes after removing argtable2 dependency.
This commit is contained in:
parent
738a2b5859
commit
4919cf2a2d
7
AUTHORS
7
AUTHORS
@ -16,15 +16,10 @@ Scyther compilation depends on a few external items:
|
|||||||
|
|
||||||
- A C compiler (gcc or anything modern *nixy will do)
|
- A C compiler (gcc or anything modern *nixy will do)
|
||||||
- The Flex and Bison scanner/compiler generation tools.
|
- The Flex and Bison scanner/compiler generation tools.
|
||||||
- The argtable 2 library.
|
|
||||||
|
|
||||||
The first two requirements are usually met by default by any modern *nix
|
These two requirements are usually met by default by any modern *nix
|
||||||
variant, such as GNU/Linux.
|
variant, such as GNU/Linux.
|
||||||
|
|
||||||
The argtable2 library is available under the LGPL license from
|
|
||||||
http://argtable.sourceforge.net/doc/argtable2.html. Make sure the paths
|
|
||||||
in the Makefile include the path to this library.
|
|
||||||
|
|
||||||
If you want LaTeX output we need
|
If you want LaTeX output we need
|
||||||
|
|
||||||
- LaTeX
|
- LaTeX
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
- GNU getopt
|
- GNU getopt
|
||||||
- GNU bison/flex
|
- GNU bison/flex
|
||||||
- ARGTABLE http://argtable.sourceforge.net/
|
|
||||||
- de rest (c) Cas
|
- de rest (c) Cas
|
||||||
|
@ -60,8 +60,6 @@ enum exittypes
|
|||||||
#include "binding.h"
|
#include "binding.h"
|
||||||
#include "switches.h"
|
#include "switches.h"
|
||||||
|
|
||||||
#include "argtable2.h"
|
|
||||||
|
|
||||||
// The global system state
|
// The global system state
|
||||||
System sys;
|
System sys;
|
||||||
|
|
||||||
@ -277,8 +275,6 @@ main (int argc, char **argv)
|
|||||||
memDone ();
|
memDone ();
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
/* deallocate each non-null entry in argtable[] */
|
|
||||||
|
|
||||||
return exitcode;
|
return exitcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user