Added exe transform support. Made the strip explicit. Change to help cross compiling
[fw/sdcc] / as / z80 / asmain.c
index 9096bbf7f28bc794f0fd5bd339b2125428c00e19..a6463ff2059def9af8182ef47eb338bb256831a5 100644 (file)
@@ -556,12 +556,13 @@ loop:
         * symbol, assembler directive, or assembler mnemonic is
         * being processed.
         */
-       if ((ctype[c] & LETTER) == 0)
-               if (flevel) {
-                       return;
-               } else {
+       if ((ctype[c] & LETTER) == 0) {
+               if (flevel) {
+                        return;
+                } else {
                        qerr();
                }
+        }
        getid(id, c);
        c = getnb();
        /*