[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcc-patches
Subject:    java typo
From:       Richard Henderson <rth () twiddle ! net>
Date:       1999-01-30 0:56:58
[Download RAW message or body]

I've commited a minor fix exposed by --enable-checking.


r~


Index: ChangeLog
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/java/ChangeLog,v
retrieving revision 1.117
diff -u -p -d -r1.117 ChangeLog
--- ChangeLog	1999/01/29 15:16:07	1.117
+++ ChangeLog	1999/01/30 00:47:55
@@ -1,3 +1,7 @@
+Fri Jan 29 16:51:56 1999  Richard Henderson  <rth@cygnus.com>
+
+	* check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
+
 1999-01-29  Tom Tromey  <tromey@cygnus.com>
 
 	* parse.h (BUILD_APPEND): If ARG is a non-String object reference,
Index: check-init.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/java/check-init.c,v
retrieving revision 1.4
diff -u -p -d -r1.4 check-init.c
--- check-init.c	1999/01/28 16:40:53	1.4
+++ check-init.c	1999/01/30 00:47:56
@@ -530,7 +530,7 @@ check_init (exp, before)
       {
 	struct alternatives *alt = alternatives;	
 #ifdef ENABLE_CHECKING
-	if (TREE_CODE (alt->block) != CLEANUP_POIN_EXPR)
+	if (TREE_CODE (alt->block) != CLEANUP_POINT_EXPR)
 	  fatal ("internal error in check-init:  WITH_CLEANUP_EXPR not in CLEANUP_POINT_EXPR");
 #endif
 	check_init (TREE_OPERAND (exp, 0), before);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic