mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 07:49:10 +02:00
* include recent changes
This commit is contained in:
parent
6ddfd48242
commit
7bebc8bc7e
@ -109,5 +109,12 @@ Changes in the syntax or semantic of FPC:
|
||||
constant support, the were always sign-extended before). This
|
||||
may force you to add longint typecasts round hex numbers in
|
||||
your programs to avoid range check errors.
|
||||
|
||||
10/04/01 Argument names are now checked if names are the same in the
|
||||
both the forward (interface) and implementation declaration
|
||||
13/04/01 It's not possible anymore (except in -So mode) to pass a cardinal
|
||||
to a parameter declared with a "var longint". The same goes for
|
||||
the other signed-unsigned like smallint-word and shortint-byte.
|
||||
13/04/01 in FPC mode you're now always forced to use @ to get the address
|
||||
of a procedure and load it in a procedure variable. Before it was
|
||||
sometimes a bit more relaxed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user