diff conv/c.c @ 71:be313430f90b

*** empty log message ***
author kono
date Mon, 24 Feb 2003 11:59:26 +0900
parents 2e84590720a6
children 3b5d293cea36
line wrap: on
line diff
--- a/conv/c.c	Mon Feb 24 11:42:53 2003 +0900
+++ b/conv/c.c	Mon Feb 24 11:59:26 2003 +0900
@@ -387,12 +387,11 @@
 
 void
 switch_body_(){
-    fprintf(vout,") {");
+    fprintf(vout,")");
 }
 
 void
 switch_end_(){
-    fprintf(vout,"}");
 }
 
 void