diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index e0247430b..6d2042721 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -715,7 +715,7 @@ execstring(char *s, int dont_change_job, int exiting) } /**/ -void +mod_export void execode(Eprog p, int dont_change_job, int exiting) { struct estate s; |