[fpc-pascal] how to make this tp7 code work on fpc

Marco van de Voort fpc at pascalprogramming.org
Sat Jun 27 22:50:52 CEST 2020


Op 2020-06-27 om 04:09 schreef Travis Siegel:
> I'm porting some code from tp7 to fpc, and I'm running into an error I 
> don't know how to fix.  The comments claim it's supposed to be a hash 
> table, but to me, it looks more like labels tied to various arrays.
>
If you assume that variables are not rearranged in memory, it looks like 
a constant declaration of a linked list. That means there might be even 
more problems than just getting it compiled without errors.




More information about the fpc-pascal mailing list