]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCast.c
whoops! disabled varargs parameter upcasting by mistake in last commit
[fw/sdcc] / src / SDCCast.c
index 033a20aab3c2ff30d99fc6dbfd1f5f97e853f662..82574d72afc6bfd0331c3b48ae5e3b365678561d 100644 (file)
@@ -613,7 +613,7 @@ int processParms (ast *func, value *defParm,
             DCL_TYPE(newType->opval.lnk) = GPOINTER;
         }
         
-        if (0 && newType)
+        if (newType)
         {
            /* cast required; change this op to a cast. */
             ast *parmCopy = resolveSymbols(copyAst(actParm));