summaryrefslogtreecommitdiffstats
path: root/src/bltSwitch.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltSwitch.C')
-rw-r--r--src/bltSwitch.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bltSwitch.C b/src/bltSwitch.C
index 53a822c..8c33f07 100644
--- a/src/bltSwitch.C
+++ b/src/bltSwitch.C
@@ -29,13 +29,15 @@
#include <stdarg.h>
-#include "bltC.h"
-
extern "C" {
#include "bltInt.h"
#include "bltSwitch.h"
};
+#define COUNT_NNEG 0
+#define COUNT_POS 1
+#define COUNT_ANY 2
+
static int Blt_GetCountFromObj(Tcl_Interp* interp, Tcl_Obj *objPtr, int check,
long *valuePtr)
{