diff gcc/c-family/c-common.c @ 107:a3a2f64cf8f4

modify implementation of rectype
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 14 Jun 2012 19:44:54 +0900
parents 29a62213c1d0
children ab0bcb71f44d
line wrap: on
line diff
--- a/gcc/c-family/c-common.c	Wed Jun 13 17:18:58 2012 +0900
+++ b/gcc/c-family/c-common.c	Thu Jun 14 19:44:54 2012 +0900
@@ -423,7 +423,7 @@
 #ifndef noCbC
   /* CbC project */
   { "__code",         RID_CbC_CODE,   0 },
-  { "code",         RID_CbC_CODE,   0 },
+  //  { "code",         RID_CbC_CODE,   0 },
   { "__rectype",       RID_CbC_REC,    0},
   { "selftype",       RID_CbC_SELFTYPE,    0},
 #endif