git-svn-id: trunk@34857 -
@@ -585,6 +585,7 @@ Unit racpugas;
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
+ mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin
@@ -612,6 +612,7 @@ Unit raarmgas;
@@ -236,6 +236,7 @@ Unit raavrgas;
@@ -145,6 +145,7 @@ Interface
@@ -317,6 +317,7 @@ Unit rappcgas;
@@ -327,6 +327,7 @@ var
if not (actasmtoken in [AS_DOT, AS_PLUS, AS_MINUS]) then
l := 0;
+ mangledname := '';
hasdot := (actasmtoken = AS_DOT);
@@ -198,6 +198,7 @@ Interface
@@ -431,6 +431,7 @@ Implementation