aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
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.h
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.h')
-rw-r--r--src/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index c670c6a..2ec62df 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -29,5 +29,8 @@ typedef enum {
extern void chomp(char *a);
extern int assplode(const char *a, const char *delims, char ***pbits, AssplodeFlag flags);
+/* So you can do assert(this_point_not_reached) */
+extern int this_point_not_reached;
+
#endif /* UTILS_H */