deleted a ';': pasting didn't work properly
authoreck <none@none>
Mon, 26 Feb 1990 10:18:40 +0000 (10:18 +0000)
committereck <none@none>
Mon, 26 Feb 1990 10:18:40 +0000 (10:18 +0000)
lang/cem/cpp.ansi/replace.c

index 3e2c3ac..76394d5 100644 (file)
@@ -574,7 +574,7 @@ macro2buffer(repl, idf, args)
                    }
 
                    if (repl->r_ptr >= repl->r_text
-                           && *repl->r_ptr == TOKSEP);
+                           && *repl->r_ptr == TOKSEP)
                        --repl->r_ptr;
 
                    ++repl->r_ptr;