diff gcc/c-tree.h @ 90:99e7b6776dd1

implemeted __rectype expression. add CbC-exanples/fact-rectype.s
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 25 Dec 2011 04:04:42 +0900
parents f26ecf70364b
children
line wrap: on
line diff
--- a/gcc/c-tree.h	Tue Dec 20 19:03:56 2011 +0900
+++ b/gcc/c-tree.h	Sun Dec 25 04:04:42 2011 +0900
@@ -201,6 +201,7 @@
   cts_double,
 #ifndef noCbC
   cts_CbC_code,
+  cts_CbC_rec,
 #endif
   cts_dfloat32,
   cts_dfloat64,