mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:17:53 +01:00
- Remove unnecessary char to fix compilation under BeOS.
git-svn-id: trunk@15112 -
This commit is contained in:
parent
87ef559542
commit
45465592c2
@ -85,7 +85,7 @@ type
|
||||
TClock = clock_t;
|
||||
pClock = ^clock_t;
|
||||
|
||||
time_t = clong; { used for returning the time }/
|
||||
time_t = clong; { used for returning the time }
|
||||
|
||||
// TTime = time_t; // Not allowed in system unit, -> unixtype
|
||||
pTime = ^time_t;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user