X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=macro.c;h=0807e74b033f38080fd0ceb2ad4b21bcf3c00f4a;hp=e7d51dd0ba5e76ff9982de4d4f541e4735e72796;hb=689d9bc6a5776f54995b68ad2493652f55b9d419;hpb=87dd851bba96800c2dd91a34f70918a282b8da0a 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(); }