diff options
Diffstat (limited to 'optable.h')
-rw-r--r-- | optable.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -15,10 +15,8 @@ typedef struct wordop wordop; typedef void (*stackop)(stack *); typedef void (*directiveop)(stack *, int len, char* line, int* i, optable* optable); -#ifdef __EMSCRIPTEN__ -extern char outputbuffer[1024]; -extern int* outputline; -#endif +extern char* outputbuffer; +extern int outputline; typedef struct { bool isliteral; |