* Fix remaining constexp issues: powerpc,libcurl,browcol

git-svn-id: trunk@7656 -
This commit is contained in:
daniel 2007-06-13 21:42:02 +00:00
parent bc678a2b90
commit 2e57912288
3 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@ procedure RegisterSymbols;
implementation
uses
globtype,globals,comphook,
globtype,globals,comphook,constexp,
{$ifdef DEBUG}
verbose,
{$endif DEBUG}

View File

@ -355,7 +355,7 @@ begin
if sa xor sb then
begin
result.signed:=true;
result.svalue:=r;
result.svalue:=-r;
end
else
begin

View File

@ -216,7 +216,7 @@ implementation
htype : tdef;
begin
htype:=v.definition;
genenumnode:=cordconstnode.create(v.value,htype,true);
genenumnode:=cordconstnode.create(int64(v.value),htype,true);
end;