R=r
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=21403
CL=21415
exit(1);
begin:
- printf("char *%simport = \n", name);
+ printf("char *%simport =\n", name);
// process imports, stopping at $$ that closes them
while(fgets(buf, sizeof buf, fin) != NULL) {
-char *sysimport =
+char *sysimport =
"package sys\n"
"export func sys.mal (? int32) (? *any)\n"
"export func sys.breakpoint ()\n"
"export func sys.semrelease (sema *int32)\n"
"\n"
"$$\n";
-char *unsafeimport =
+char *unsafeimport =
"package unsafe\n"
"export type unsafe.pointer *any\n"
"\n"