diff mc-code-mips.c @ 620:0e7281ec9007

*** empty log message ***
author kono
date Thu, 07 Sep 2006 11:26:28 +0900
parents 2ba903c8e749
children 140b65f8ff03
line wrap: on
line diff
--- a/mc-code-mips.c	Thu Sep 07 01:21:38 2006 +0900
+++ b/mc-code-mips.c	Thu Sep 07 11:26:28 2006 +0900
@@ -29,11 +29,15 @@
 #include "mc-code.h"
 #include "mc-codegen.h"
 
+#if 0
 char *l_include_path[] = {
     "/usr/include/",
     "/usr/lib/gcc-lib/mipsEEel-linux/2.95.2/include/",
     0
 };
+#else
+#include "mc-include.c"
+#endif
 
 // va_start, va_arg is wrong, use va_mips.h