Mercurial > repos > rhope
diff cbackend_c.rhope @ 101:f4fc0a98088a
Fixed some bugs that were preventing compiled compiler from working correctly. Need to address memory usage
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 09 Aug 2010 23:53:20 -0400 |
parents | 5a08705f7610 |
children | e5627038b7e7 b7df624895b2 |
line wrap: on
line diff
--- a/cbackend_c.rhope Mon Aug 09 02:03:57 2010 -0400 +++ b/cbackend_c.rhope Mon Aug 09 23:53:20 2010 -0400 @@ -904,7 +904,7 @@ Checked Result Reference@C Function[func,output:out] { - out <- [[[["("]Append[output]]Append[" < cdata->num_params ? cdata->params["]]Append[output]]Append["] : NULL)"] + out <- [[[["("]Append[String[output]]]Append[" < cdata->num_params ? cdata->params["]]Append[String[output]]]Append["] : NULL)"] }