[remove warning from generated C code
John Meacham <john@repetae.net>**20070531124611] hunk ./C/FromGrin2.hs 526
-    PrimString s -> return $ expressionRaw (show s)
+    PrimString s -> return $ cast (basicType "uintptr_t") (expressionRaw (show s))