aboutsummaryrefslogtreecommitdiff
path: root/cx.h
diff options
context:
space:
mode:
Diffstat (limited to 'cx.h')
-rw-r--r--cx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cx.h b/cx.h
deleted file mode 100644
index 11cb10e..0000000
--- a/cx.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-#include <stdio.h>
-
-#ifndef L
-#define L fprintf(stderr,"%s:%d\n",__FILE__,__LINE__);
-#endif