|
@@ -703,6 +703,7 @@ type
|
|
FAllowedModeSwitches: TModeSwitches;
|
|
FAllowedModeSwitches: TModeSwitches;
|
|
FAllowedValueSwitches: TValueSwitches;
|
|
FAllowedValueSwitches: TValueSwitches;
|
|
FConditionEval: TCondDirectiveEvaluator;
|
|
FConditionEval: TCondDirectiveEvaluator;
|
|
|
|
+ FCurModulename: string;
|
|
FCurrentBoolSwitches: TBoolSwitches;
|
|
FCurrentBoolSwitches: TBoolSwitches;
|
|
FCurrentModeSwitches: TModeSwitches;
|
|
FCurrentModeSwitches: TModeSwitches;
|
|
FCurrentValueSwitches: TValueSwitchArray;
|
|
FCurrentValueSwitches: TValueSwitchArray;
|
|
@@ -864,6 +865,7 @@ type
|
|
property Files: TStrings read FFiles;
|
|
property Files: TStrings read FFiles;
|
|
property CurSourceFile: TLineReader read FCurSourceFile;
|
|
property CurSourceFile: TLineReader read FCurSourceFile;
|
|
property CurFilename: string read FCurFilename;
|
|
property CurFilename: string read FCurFilename;
|
|
|
|
+ property CurModuleName: string read FCurModulename Write FCurModuleName;
|
|
property CurLine: string read FCurLine;
|
|
property CurLine: string read FCurLine;
|
|
property CurRow: Integer read FCurRow;
|
|
property CurRow: Integer read FCurRow;
|
|
property CurColumn: Integer read GetCurColumn;
|
|
property CurColumn: Integer read GetCurColumn;
|