diff options
| author | Simon <simon@hardwired.org.uk> | 2011-04-01 09:14:53 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-04-01 09:14:53 (GMT) |
| commit | 2f6bc8fe8078030ca4bf7a087920f3329862b650 (patch) | |
| tree | 6ca48adaf989ddd2f46c9587b698fffecada215b /src | |
| parent | 9c44767e44de30833763b043b507d48c050c68aa (diff) | |
| download | powder-2f6bc8fe8078030ca4bf7a087920f3329862b650.zip powder-2f6bc8fe8078030ca4bf7a087920f3329862b650.tar.gz | |
Move pygood and pyready outside of macro
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
