aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-16 16:59:16 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-16 16:59:16 +0000
commitdee6a92fcdda1ad0194abe08bf1f46f83167e9d8 (patch)
tree14731e846990c5768b7a9095315a199b69e0ea91 /src/utils.c
parent0f5e2c1f67d6f9b7d6ee3dd55b8c7cd903881bd6 (diff)
Assertion stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@20 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c
index c837eb5..f9ac11a 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -18,6 +18,8 @@
#include "utils.h"
+int this_point_not_reached = 0;
+
void chomp(char *a) {
unsigned int i;