X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2Fa2py.c;h=cd396a28de2061a3d59feb8619c7ca66786c58cb;hb=03e60089f91d0a4a765dc827f0f6b27465941491;hp=d4cb59f4317793c44fd1d1aac718215c3e4bdec6;hpb=2986a63f7e513cf37f46db9f211b77071260031f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/a2py.c b/x2p/a2py.c index d4cb59f..cd396a2 100644 --- a/x2p/a2py.c +++ b/x2p/a2py.c @@ -200,6 +200,8 @@ main(register int argc, register char **argv, register char **env) "The operation I've selected may be wrong for the operand types.\n"); } exit(0); + /* by ANSI specs return is needed. This also shuts up VC++ and his warnings */ + return(0); } #define RETURN(retval) return (bufptr = s,retval)