mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 16:39:36 +01:00
* missing MaxExitCode added
This commit is contained in:
parent
36f59e66bc
commit
8f52b61730
@ -55,6 +55,7 @@ const
|
||||
DriveSeparator = ':';
|
||||
PathSeparator = ';';
|
||||
{ FileNameCaseSensitive is defined separately below!!! }
|
||||
MaxExitCode = 65535;
|
||||
|
||||
type Tos=(osDOS,osOS2,osDPMI);
|
||||
|
||||
@ -1620,7 +1621,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.72 2004-07-18 15:20:38 hajny
|
||||
Revision 1.73 2004-09-11 19:43:11 hajny
|
||||
* missing MaxExitCode added
|
||||
|
||||
Revision 1.72 2004/07/18 15:20:38 hajny
|
||||
+ Memory allocation routines changed to support the new memory manager
|
||||
|
||||
Revision 1.71 2004/05/16 18:51:20 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user