X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCast.c;h=a266357356a7fa49870287a1d9cebc4874311068;hb=752015004fca7a847d2b76d48dc5a96f5eba72ec;hp=d8d961a16668b1330853943a3b3bc6bca95e77b0;hpb=85ea7f79d191a61dccccc85ca90a8bff5e4efe66;p=fw%2Fsdcc diff --git a/src/SDCCast.c b/src/SDCCast.c index d8d961a1..a2663573 100644 --- a/src/SDCCast.c +++ b/src/SDCCast.c @@ -708,7 +708,7 @@ processParms (ast * func, } /* if defined parameters ended but actual has not & */ - /* stackAuto */ + /* reentrant */ if (!defParm && actParm && (options.stackAuto || IFFUNC_ISREENT (func->ftype))) return 0;