aboutsummaryrefslogtreecommitdiff
path: root/cx.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-14 02:48:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-14 02:48:03 +0000
commit2453c05054b69951b301527f1f7b132cff143359 (patch)
treef3d44e029db50178b9914bd7fb7abfb2f54ea008 /cx.h
parent78cc2ee38c931ae2c4718abc1607dcf9fbde4cf8 (diff)
first steps towards porting to template Makefile and debianizing, split up randomix.c into separete files for each objectclass, much left to do
svn path=/trunk/externals/cxc/; revision=13540
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