2009-06-03 12:30 UTC+0300 Alexander Kresin <alex at belacy.belgorod.su>
* utils/hbformat/hbformat.prg
! Warning fixed.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to these authors: Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-03 12:30 UTC+0300 Alexander Kresin <alex at belacy.belgorod.su>
|
||||
* utils/hbformat/hbformat.prg
|
||||
! Warning fixed.
|
||||
|
||||
2009-06-03 11:25 UTC+0300 Alexander Kresin <alex at belacy.belgorod.su>
|
||||
* utils/hbformat/hbformat.prg
|
||||
! Bug fixed.
|
||||
|
||||
@@ -352,7 +352,7 @@ METHOD Reformat( aFile ) CLASS CODEFORMAT
|
||||
LOCAL i, iDelta := 0, nLen := Len( aFile ), cToken1, cToken2, nLenToken, nPos
|
||||
LOCAL nPosSep, cLine, cLineAll, nLineSegment
|
||||
LOCAL nContrState, nIndent, nDeep := 0, aDeep := {}
|
||||
LOCAL lPragmaDump := .F. , lClass := .F. , lComment := .F. , nPosComment := 0, lContinue := .F.
|
||||
LOCAL lPragmaDump := .F. , lClass := .F. , lComment := .F. , nPosComment, lContinue := .F.
|
||||
LOCAL nStatePrev, nState := 0
|
||||
PRIVATE cFunctions := Upper( ::cFunctions )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user