Pascal unit file extension
Source position: fpmkunit.pp line 303
const UnitExt = '.ppu'; |
Constant defining the standard file extension for Free Pascal unit source files ('.pas'). This extension is used by the FPMake system to identify and process unit source files during compilation and package building operations.