]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCsymt.c
* src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
[fw/sdcc] / src / SDCCsymt.c
index e6ab1b766f326a7cc69c6e199d46e5e2adf9a621..7ccca8c333cf0003ef27fba9cb77bc1bd523a630 100644 (file)
@@ -1485,8 +1485,9 @@ checkSClass (symbol * sym, int isProto)
 
   /* if parameter or local variable then change */
   /* the storage class to reflect where the var will go */
-  if (sym->level && SPEC_SCLS (sym->etype) == S_FIXED &&
-      !IS_STATIC(sym->etype))
+  if (sym->level && SPEC_SCLS (sym->etype) == S_FIXED
+   && !IS_STATIC(sym->etype)
+      )
     {
       if (options.stackAuto || (currFunc && IFFUNC_ISREENT (currFunc->type)))
         {