Skip to content

Commit 80a7953

Browse files
committed
pl0c-1.0.2
1 parent 7425e9c commit 80a7953

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pl0c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ static void cg_crlf(void) {
10831083

10841084
static void cg_end(void) {
10851085
{
1086-
(void)fprintf(stdout, "/* PL/0 compiler 1.0.0 */\n");
1086+
(void)fprintf(stdout, "/* PL/0 compiler 1.0.2 */\n");
10871087
;
10881088
};
10891089
}
@@ -3105,4 +3105,4 @@ int main(int argc, char *argv[]) {
31053105
return 0;
31063106
}
31073107

3108-
/* PL/0 compiler 1.0.0 */
3108+
/* PL/0 compiler 1.0.2 */

pl0c.pl0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ end;
876876

877877
procedure cg_end;
878878
begin
879-
writeStr '/* PL/0 compiler 1.0.0 */\n'
879+
writeStr '/* PL/0 compiler 1.0.2 */\n'
880880
end;
881881

882882
procedure cg_epilogue;

0 commit comments

Comments
 (0)