some changes for OpenBSD

Former-commit-id: d570c60e3c
This commit is contained in:
Antranig Vartanian 2016-01-13 14:24:08 +04:00
parent 10e2d4c807
commit f3089c9942
6 changed files with 90 additions and 23 deletions

View file

@ -8,7 +8,7 @@ VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR;
defaultTarget* : INTEGER;
BEGIN
arch := architecture.arch;
date := " [2015/02/02]";
date := " [2016/01/12]";
version := "1.1";
versionLong := "";
COPY(version, versionLong);