[fpc-pascal] How to turn on case sensitive identifiers in FPC?

Marco van de Voort marcov at stack.nl
Fri Oct 5 21:33:07 CEST 2007


> Pascal is case insensitive language. I know it. But I've just adopting
> some foreign code which is full off identifierswithoutcapitalletters
> and I consider the easiest way to fix it is rename identifiers
> declarations once, then turn on case sensitivity of FPC and recompile
> the source. Is there any way how to turn on case sensitivity in FPC?

Not unless you want to exploit the open source nature of the project. (IOW
patch the compiler yourself)



More information about the fpc-pascal mailing list