fpc/compiler/cws.txt
1998-03-25 11:18:12 +00:00

12 lines
305 B
Plaintext

Compiler Writer's Guide
-----------------------
Here are a few tips for changing things in the compiler:
(by FK mostly)
- Assigned should be used instead of checking for nil directly, as
it can help solving pointer problems when in real mode.
- All compiler files should be saved in UNIX format