[ANNOUNCE] Libgcj in gcc tree availability.

Robert Lipe robertlipe@usa.net
Sun Dec 10 18:26:00 GMT 2000


Hi, Alexandre.
Here's a trivial patch to let fastjar be compiled (once the makefile is
manually fixed) with an ISO-compliant compiler. ISO c says there has to
be a statement (even a null one) after a case.
Index: jargrep.c
===================================================================
RCS file: /cvs/gcc/egcs/fastjar/jargrep.c,v
retrieving revision 1.1
diff -u -p -r1.1 jargrep.c
--- jargrep.c 2000年12月09日 03:08:23 1.1
+++ jargrep.c 2000年12月11日 02:24:45
@@ -566,6 +566,7 @@ void jargrep(regex_t *exp, regex_t *nl_e
 break;
 case 2:
 /* fall through continue */
+ ;
 }
 }
 } while(floop);


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /