Skip to content

Commit 96ab9f3

Browse files
committed
Fix 0.7: Bitstype => Primitive type
1 parent 3ba9b69 commit 96ab9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/gen_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int main(int argc, char *argv[]) {
8585
STRING(MPI_TYPE_COMMIT));
8686
printf(")\n");
8787
printf("\n");
88-
printf("bitstype %d CComm\n", (int)(sizeof(MPI_Comm) * 8));
88+
printf("primitive type CComm %d end\n", (int)(sizeof(MPI_Comm) * 8));
8989

9090
return 0;
9191
}

0 commit comments

Comments
 (0)