mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-02 00:50:11 +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_Symbol = 13;
|
||||||
JOBResult_ArrayOfString = 14;
|
JOBResult_ArrayOfString = 14;
|
||||||
|
|
||||||
JOBResultLast = 14;
|
JOBResultLast = JOBResult_ArrayOfString;
|
||||||
|
|
||||||
JOBResult_Names: array[0..JOBResultLast] of string = (
|
JOBResult_Names: array[0..JOBResultLast] of string = (
|
||||||
'None',
|
'None',
|
||||||
|
Loading…
Reference in New Issue
Block a user