summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/doom/rockmacros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/doom/rockmacros.h b/apps/plugins/doom/rockmacros.h
index 31b16c75eb..7be7c39ea1 100644
--- a/apps/plugins/doom/rockmacros.h
+++ b/apps/plugins/doom/rockmacros.h
@@ -37,6 +37,7 @@ char *my_strtok( char * s, const char * delim );
37#define alloca __builtin_alloca 37#define alloca __builtin_alloca
38#define fdprintf(...) rb->fdprintf(__VA_ARGS__) 38#define fdprintf(...) rb->fdprintf(__VA_ARGS__)
39#define vsnprintf(...) rb->vsnprintf(__VA_ARGS__) 39#define vsnprintf(...) rb->vsnprintf(__VA_ARGS__)
40#define read_line(a,b,c) rb->read_line((a),(b),(c))
40 41
41#ifdef SIMULATOR 42#ifdef SIMULATOR
42#undef opendir 43#undef opendir