This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] trivial comment fix


There is no such thing as a DECL_CLEANUP.

Index: c-semantics.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/c-semantics.c,v
retrieving revision 1.53
diff -u -r1.53 c-semantics.c
--- c-semantics.c       22 Feb 2003 00:32:02 -0000      1.53
+++ c-semantics.c       4 Apr 2003 17:28:39 -0000
@@ -762,7 +765,7 @@
                           input_filename, lineno);
 }

-/* Generate the RTL for a DECL_CLEANUP.  */
+/* Generate the RTL for a CLEANUP_STMT.  */

 void
 genrtl_decl_cleanup (t)


-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]