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 7425e9c commit 80a7953Copy full SHA for 80a7953
pl0c.c
@@ -1083,7 +1083,7 @@ static void cg_crlf(void) {
1083
1084
static void cg_end(void) {
1085
{
1086
- (void)fprintf(stdout, "/* PL/0 compiler 1.0.0 */\n");
+ (void)fprintf(stdout, "/* PL/0 compiler 1.0.2 */\n");
1087
;
1088
};
1089
}
@@ -3105,4 +3105,4 @@ int main(int argc, char *argv[]) {
3105
return 0;
3106
3107
3108
-/* PL/0 compiler 1.0.0 */
+/* PL/0 compiler 1.0.2 */
pl0c.pl0
@@ -876,7 +876,7 @@ end;
876
877
procedure cg_end;
878
begin
879
- writeStr '/* PL/0 compiler 1.0.0 */\n'
+ writeStr '/* PL/0 compiler 1.0.2 */\n'
880
end;
881
882
procedure cg_epilogue;
0 commit comments