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]

A prototype patch for c-lang.c


GNU_xref_begin nor GNU_xref_end are used. Also g++ has its own
version.


-- 
H.J. Lu (hjl@gnu.org)
---
Fri Jun 19 18:42:05 1998  H.J. Lu  (hjl@gnu.org)

	* c-lang.c (GNU_xref_begin, GNU_xref_end): Commented out.

Index: c-lang.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/c-lang.c,v
retrieving revision 1.1.1.11
diff -u -p -r1.1.1.11 c-lang.c
--- c-lang.c	1998/06/18 14:33:40	1.1.1.11
+++ c-lang.c	1998/06/20 02:07:09
@@ -140,6 +140,7 @@ build_objc_string (len, str)
   return NULL_TREE;
 }
 
+#if 0
 void
 GNU_xref_begin ()
 {
@@ -151,6 +152,7 @@ GNU_xref_end ()
 {
   fatal ("GCC does not yet support XREF");
 }
+#endif
 
 /* Called at end of parsing, but before end-of-file processing.  */
 


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