mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 18:17:45 +02:00
* Make JOBResultLast an alias instead of a numerical value
This commit is contained in:
parent
6530fde036
commit
35650070fc
@ -33,7 +33,7 @@ const
|
||||
JOBResult_Symbol = 13;
|
||||
JOBResult_ArrayOfString = 14;
|
||||
|
||||
JOBResultLast = 14;
|
||||
JOBResultLast = JOBResult_ArrayOfString;
|
||||
|
||||
JOBResult_Names: array[0..JOBResultLast] of string = (
|
||||
'None',
|
||||
|
Loading…
Reference in New Issue
Block a user