diff options
Diffstat (limited to 'dlfcn/eval.c')
-rw-r--r-- | dlfcn/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/eval.c b/dlfcn/eval.c index cae8f00084..e0b56624f6 100644 --- a/dlfcn/eval.c +++ b/dlfcn/eval.c @@ -27,7 +27,7 @@ #include <string.h> #include <unistd.h> -static void *funcall (char **stringp); +static void *funcall (char **stringp) __attribute_noinline__; static void *eval (char **stringp); |