OSDN Git Service

* defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
[pf3gnuchains/gcc-fork.git] / gcc / tradcif.y
index 4a70bed..082977d 100644 (file)
@@ -26,6 +26,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 %{
 #include "config.h"
 #include "system.h"
+#include "defaults.h"
 #include <setjmp.h>
 
   int yylex PARAMS ((void));
@@ -44,9 +45,6 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
   /* some external tables of character types */
   extern unsigned char is_idstart[], is_idchar[];
 
-#ifndef CHAR_TYPE_SIZE
-#define CHAR_TYPE_SIZE BITS_PER_UNIT
-#endif
 %}
 
 %union {