summaryrefslogtreecommitdiff
path: root/SWIG/Tools/WAD/Test/debug.i
diff options
context:
space:
mode:
Diffstat (limited to 'SWIG/Tools/WAD/Test/debug.i')
-rw-r--r--SWIG/Tools/WAD/Test/debug.i9
1 files changed, 0 insertions, 9 deletions
diff --git a/SWIG/Tools/WAD/Test/debug.i b/SWIG/Tools/WAD/Test/debug.i
deleted file mode 100644
index 1823161fc..000000000
--- a/SWIG/Tools/WAD/Test/debug.i
+++ /dev/null
@@ -1,9 +0,0 @@
-%module debug
-
-extern int seg_crash();
-extern int bus_crash();
-extern int blowheap_crash();
-extern int overflow_crash();
-extern int abort_crash(int);
-extern int math_crash(int x, int y);
-extern void type_crash(int, short, char, unsigned long, float, double);