Pre 2.95-2
[fw/sdcc] / src / SDCCast.c
index 89cdcdabf403b80e7e425e6e9bd63c50d135732f..bf8f2f60cacafeea8da012e5b427222d7e0909fe 100644 (file)
@@ -3543,8 +3543,9 @@ ast  *createFunction   (symbol  *name,   ast  *body )
           we need to add the name to the publics list : this
           actually means we are now compiling the compiler
           support routine */
-       if (name->cdef)
+       if (name->cdef) {
            addSet(&publics,name);
+       }
     }
     else {
        addSymChain(name);