[move node typedef into C.FromGrin from jhc_rts.c
John Meacham <john@repetae.net>**20070223015611] hunk ./C/FromGrin.hs 470
-compileGrin grin = (hsffi_h ++ jhc_rts_c ++ P.render ans ++ "\n", snub (reqLibraries req))  where
+compileGrin grin = (hsffi_h ++ jhc_rts_c ++ "\ntypedef union node node_t;\n" ++ P.render ans ++ "\n", snub (reqLibraries req))  where
hunk ./data/jhc_rts.c 155
-typedef union node node_t;
hunk ./data/jhc_rts.c 156
+
+