fixed a sprintf() bug, only visible in the ds390 port
[fw/sdcc] / src / SDCCast.c
index d8d961a16668b1330853943a3b3bc6bca95e77b0..a266357356a7fa49870287a1d9cebc4874311068 100644 (file)
@@ -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;