Commit 48227088 by Ian Lance Taylor

runtime: Change main in goc2c to return int.

From Uros Bizjak.

From-SVN: r195868
parent af4acefc
......@@ -633,7 +633,7 @@ usage(void)
sysfatal("Usage: goc2c [--go-pkgpath PKGPATH] [--go-prefix PREFIX] [file]\n");
}
void
int
main(int argc, char **argv)
{
char *goarch;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment