See changelog 2001-12-06 22:40 GMT -3

This commit is contained in:
Luiz Rafael Culik
2001-12-07 00:33:15 +00:00
parent 55b573c233
commit 1c4f02b2ed

View File

@@ -1001,8 +1001,10 @@ nPos := Ascan( adefines, { | x | x[ 1 ] == aset[ 1 ] } )
If nPos = 0
cRead := Alltrim( Strtran( aset[ 2 ], "$(", "" ) )
cRead := Strtran( cRead, ")", "" )
nMakePos := Ascan( aDefines, { | x | x[ 1 ] == cRead } )
If nMakePos = 0
aset[2]:=strtran(aset[2],","," ")
Aadd( aDefines, { aset[ 1 ], aset[ 2 ] } )
Aadd( amacros, { aset[ 1 ], aset[ 2 ] } )