- Moved special terms into their own (very) special file.

This commit is contained in:
ccremers
2005-06-16 14:10:07 +00:00
parent db18b203a9
commit b6e9841c0f
16 changed files with 95 additions and 88 deletions

View File

@@ -11,12 +11,12 @@
#include "version.h"
#include "timer.h"
#include "switches.h"
#include "specialterm.h"
#include <limits.h>
struct switchdata switches;
extern struct tacnode *spdltac;
extern Term TERM_Claim;
const char *progname = "scyther";
const char *releasetag = SVNVERSION;