Hello,
Frank Heckenbach wrote:
The URL refers to a page that has moved and is for gcc, not gpc.
I think this address should be changed to point to this list. Can you do this please, Peter?
Done.
I am still confused that the compiler refers to Testgamestatistics as a function, because it actually is a procedure.
This might be because the code that emits the message comes from GCC and in C procedures are called functions. I don't know how easy it is to change this to the Pascal notations...
There is a hook in GCC (in `toplev.c' search for `print_error_function') serving exactly this purpose.
[...]
Okay - GPC now distinguishes between procedures, functions, constructors, destructors, and operators in error messages.
Testing,
Peter