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]

HAVE_STABS_H -> HAVE_STAB_H


This fixes a typo in dbxout.c.


1998-11-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* dbxout.c: Check HAVE_STAB_H instead of HAVE_STABS_H.

--- egcs-2.92/gcc/dbxout.c.~1~	Wed Jul 29 22:51:41 1998
+++ egcs-2.92/gcc/dbxout.c	Sun Nov  8 18:12:56 1998
@@ -165,7 +165,7 @@
 
 /* If there is a system stabs.h, use it.  Otherwise, use our own.  */
 
-#ifndef HAVE_STABS_H
+#ifndef HAVE_STAB_H
 #include "gstab.h"
 #else
 #include <stab.h>

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


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