summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-04-01 09:14:53 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-01 09:14:53 (GMT)
commit2f6bc8fe8078030ca4bf7a087920f3329862b650 (patch)
tree6ca48adaf989ddd2f46c9587b698fffecada215b /src
parent9c44767e44de30833763b043b507d48c050c68aa (diff)
downloadpowder-2f6bc8fe8078030ca4bf7a087920f3329862b650.zip
powder-2f6bc8fe8078030ca4bf7a087920f3329862b650.tar.gz
Move pygood and pyready outside of macro
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4ac41ab..d02780b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,9 +31,9 @@
#include "pyconsole.h"
//#include "pystdlib.h"
#include <marshal.h>
+#endif
char pyready=1;
char pygood=1;
-#endif
#include <stdio.h>
#include <stdlib.h>