HAVE_STABS_H -> HAVE_STAB_H

Andreas Schwab schwab@issan.informatik.uni-dortmund.de
Mon Nov 9 01:46:00 GMT 1998


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



More information about the Gcc-patches mailing list