X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=macro.c;h=0807e74b033f38080fd0ceb2ad4b21bcf3c00f4a;hp=e7d51dd0ba5e76ff9982de4d4f541e4735e72796;hb=6056c16bf5053addba1fec6ff821a0f435f0b3da;hpb=f4e9bcd703852c51c97d2586872b9b26389899e6 diff --git a/macro.c b/macro.c index e7d51dd..0807e74 100644 --- a/macro.c +++ b/macro.c @@ -80,8 +80,7 @@ of another (nested macros). Need to fix that somehow. argp -= imacro->im_nargs; DEBUG printf("%d (nargs = %d)\n", argp, imacro->im_nargs); - fpop(); - return 0; + return fpop(); }