fixed problem with short prefix path in version module

Former-commit-id: bdb2b32588
This commit is contained in:
Norayr Chilingarian 2014-03-21 04:22:23 +08:00
parent 66c583b70e
commit 12fa4aec39
8 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,7 @@ CONST
(* targets *)
gnux86* = 0; gnux8664* = 1; gnuarmv6j* = 2; gnuarmv6jhardfp* = 3; gnuarmv7ahardfp* = 4; gnupowerpc* = 5;
VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 23 OF CHAR;
VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR;
defaultTarget* : INTEGER;
BEGIN
arch := architecture.arch;