mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:11:38 +02:00
- removed "inline" from getansistringdef(), it's way too big
git-svn-id: trunk@20489 -
This commit is contained in:
parent
a6a43c71ec
commit
8c86455965
@ -827,7 +827,7 @@ interface
|
||||
function use_vectorfpu(def : tdef) : boolean;
|
||||
|
||||
function getansistringcodepage:tstringencoding; inline;
|
||||
function getansistringdef:tstringdef; inline;
|
||||
function getansistringdef:tstringdef;
|
||||
function getparaencoding(def:tdef):tstringencoding; inline;
|
||||
|
||||
implementation
|
||||
@ -860,7 +860,7 @@ implementation
|
||||
result:=0;
|
||||
end;
|
||||
|
||||
function getansistringdef:tstringdef; inline;
|
||||
function getansistringdef:tstringdef;
|
||||
var
|
||||
symtable:tsymtable;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user