# HG changeset patch # User Nobuyasu Oshiro # Date 1339784571 -32400 # Node ID c2207a9208a57393b9231fc9a4857d4c7d23f888 # Parent ba21600eabba5f495118a764e1f5df2e62fbbd8c modify diff -r ba21600eabba -r c2207a9208a5 paper/rectype.ind --- a/paper/rectype.ind Sat Jun 16 03:14:36 2012 +0900 +++ b/paper/rectype.ind Sat Jun 16 03:22:51 2012 +0900 @@ -13,7 +13,7 @@ The destination of goto statement is called Code Segment, which is actually a normal function of C. To represent recursive function call, the type system of C is not enough, because it has no recursive types. -We introduce \rectype keyword for recursive type, and it is implemented in GCC-4.6.0. +We introduce \rectype keyword for recursive type, and it is implemented in GCC-4.6.0. We will compare the conventional methods, \rectype keyword and a method using C structure. Also we show usage of CbC and it's benchmark. @@ -387,6 +387,3 @@ If so, it is necessary to find and fix them on future. - - - LocalWords: img src