From: Alan Cox Date: Sun, 15 Oct 2017 18:01:29 +0000 (+0100) Subject: SmallC: add missing call X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8deb28a7f66d21f6cda5f0b70d884c94bd42517d;p=FUZIX.git SmallC: add missing call Confused how it didn't get pushed originally --- diff --git a/Applications/SmallC/primary.c b/Applications/SmallC/primary.c index 553ad234..8a139610 100644 --- a/Applications/SmallC/primary.c +++ b/Applications/SmallC/primary.c @@ -384,6 +384,7 @@ void callfunction(char *ptr) { while (!streq (line + lptr, ")")) { if (endst ()) break; + defer_output(); expression (NO); if (ptr == 0) gen_swap_stack ();