Include "assert.h" instead of <assert.h>.
authorTom Wood <wood@gnu.org>
Thu, 29 Oct 1992 10:50:35 +0000 (10:50 +0000)
committerTom Wood <wood@gnu.org>
Thu, 29 Oct 1992 10:50:35 +0000 (10:50 +0000)
From-SVN: r2647

gcc/config/arm/arm.c
gcc/config/m88k/m88k.c
gcc/dwarfout.c

index 58908c459ca117924aafda5dd340d8294d6741dd..75a91aff71264dcdb93d07d45644a54be4ee437c 100644 (file)
@@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
-#include <assert.h>
+#include "assert.h"
 #include "config.h"
 #include "rtl.h"
 #include "regs.h"
index 3c8fea60bc88e5554f88ef5768f0e629d4bed810..6b52b9faf7cd6b0cea3a97a84140e0adc4424cc6 100644 (file)
@@ -21,11 +21,11 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
-#include <assert.h>
 #include <sys/types.h>
 #include <time.h>
 #include <ctype.h>
 
+#include "assert.h"
 #include "config.h"
 #include "rtl.h"
 #include "regs.h"
@@ -47,7 +47,7 @@ extern char *ctime ();
 extern int flag_traditional;
 extern FILE *asm_out_file;
 
-static char out_sccs_id[] = "@(#)m88k.c        2.2.14.3 10/28/92 15:20:54";
+static char out_sccs_id[] = "@(#)m88k.c        2.2.14.4 10/29/92 05:37:46";
 static char tm_sccs_id [] = TM_SCCS_ID;
 
 char *m88k_pound_sign = "";    /* Either # for SVR4 or empty for SVR3 */
index 722fff513398e34346327f8d8851432e47b9f5fb..e8b70fc4e660956b04456e822c9ed0318a4f205c 100644 (file)
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 
 /* #define NDEBUG 1 */
-#include <assert.h>
+#include "assert.h"
 
 #if defined(DWARF_TIMESTAMPS)
 #if defined(POSIX)