mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
Update bootstrap source. Fix MSC build and prontf format %zd.
This commit is contained in:
parent
3d356298cc
commit
fcefd3c444
7 changed files with 32 additions and 22 deletions
|
|
@ -407,7 +407,7 @@ void writeConfigurationMod() {
|
|||
fprintf(fd, " installdir* = '%s';\n", installdir);
|
||||
fprintf(fd, " staticLink* = '%s';\n", staticlink);
|
||||
fprintf(fd, "VAR\n");
|
||||
fprintf(fd, " versionLong-: ARRAY %d OF CHAR;\n", strnlen(versionstring, 100)+1);
|
||||
fprintf(fd, " versionLong-: ARRAY %zd OF CHAR;\n", strnlen(versionstring, 100)+1);
|
||||
fprintf(fd, "BEGIN\n");
|
||||
fprintf(fd, " versionLong := '%s';\n", versionstring);
|
||||
fprintf(fd, "END Configuration.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue