It would be helpful to know at compile time if a file is used as include or as main file:
Suggestions:
- #PB_Compiler_Main ... is #True if source file is used as main file
- #PB_Compiler_Include ... is #True if source file is used as include file
- #PB_Compiler_IsMain
- #PB_Compiler_UsedAsMain
- #PB_Compiler_IsInclude
- #PB_Compiler_UsedAsInclude
cu,
guido