summaryrefslogtreecommitdiffstats
path: root/src/bltSwitch.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-15 18:34:01 (GMT)
committerjoye <joye>2014-04-15 18:34:01 (GMT)
commit7f94129194a558d7cbfbaf23d16e010c11a33e12 (patch)
tree344ef589d6044285f6bb8ca07e4f150003ae7fb3 /src/bltSwitch.C
parent1826640f0e1684fd811b628792ef81b487359ad4 (diff)
downloadblt-7f94129194a558d7cbfbaf23d16e010c11a33e12.zip
blt-7f94129194a558d7cbfbaf23d16e010c11a33e12.tar.gz
blt-7f94129194a558d7cbfbaf23d16e010c11a33e12.tar.bz2
*** empty log message ***
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)
{