We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c362 commit 87f6df2Copy full SHA for 87f6df2
src/libfsm/print/c.c
@@ -581,7 +581,7 @@ fsm_print_c(FILE *f,
581
case AMBIG_ERROR:
582
case AMBIG_EARLIEST:
583
fprintf(f, ",\n");
584
- fprintf(f, "\tconst unsigned *id");
+ fprintf(f, "\tunsigned *id");
585
break;
586
587
case AMBIG_MULTIPLE:
src/libfsm/print/vmc.c
@@ -588,7 +588,7 @@ fsm_print_vmc(FILE *f,
588
589
590
591
592
593
594
0 commit comments