* MaybeRecordOffset: initialise "mangledname" variable

git-svn-id: trunk@34857 -
This commit is contained in:
Jonas Maebe 2016-11-09 19:51:36 +00:00
parent e730da9c1a
commit 86876ed114
8 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -612,6 +612,7 @@ Unit raarmgas;
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin

View File

@ -236,6 +236,7 @@ Unit raavrgas;
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin

View File

@ -145,6 +145,7 @@ Interface
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin

View File

@ -317,6 +317,7 @@ Unit rappcgas;
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin

View File

@ -327,6 +327,7 @@ var
if not (actasmtoken in [AS_DOT, AS_PLUS, AS_MINUS]) then
exit;
l := 0;
mangledname := '';
hasdot := (actasmtoken = AS_DOT);
if hasdot then
begin

View File

@ -198,6 +198,7 @@ Interface
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin

View File

@ -431,6 +431,7 @@ Implementation
if not(actasmtoken in [AS_DOT,AS_PLUS,AS_MINUS]) then
exit;
l:=0;
mangledname:='';
hasdot:=(actasmtoken=AS_DOT);
if hasdot then
begin