This commit is contained in:
Viktor Szakats
2009-06-23 02:41:43 +00:00
parent 90a6cfab37
commit 225997bb80

View File

@@ -5412,9 +5412,9 @@ STATIC FUNCTION MacroProc( hbmk, cString, cFileName, lLateMode )
LOCAL cStart
IF lLateMode == NIL
IF lLateMode == NIL .OR. ! lLateMode
cStart := "${"
ELSEIF lLateMode
ELSE
cStart := "%{"
ENDIF