aboutsummaryrefslogtreecommitdiff
path: root/src/espik_global.h
diff options
context:
space:
mode:
authorbeber <beber>2005-10-08 23:54:22 +0000
committerbeber <beber>2005-10-08 23:54:22 +0000
commita1454ec8113a45961ef21270e1060d532973a08e (patch)
treedd76634f4da82c594dd211654b012bf49b010eab /src/espik_global.h
parentAnd like this it work :) (diff)
downloadespik-a1454ec8113a45961ef21270e1060d532973a08e.tar.xz
add define for debug
Diffstat (limited to 'src/espik_global.h')
-rw-r--r--src/espik_global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/espik_global.h b/src/espik_global.h
index e7b5bc0..52ca34f 100644
--- a/src/espik_global.h
+++ b/src/espik_global.h
@@ -5,7 +5,8 @@
#define ESPIK_VERSION "0.0.1"
#define MAX_LEN 512
-#define STDIN_FILENO 1
+
+#define _D_ 0
#define __UNUSED__ __attribute__((unused))