mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 02:27:48 +02:00
fcl-passrc: useanalyzer: do not export resourcestrings
This commit is contained in:
parent
f8d57c149c
commit
598d4e8ba7
@ -1282,7 +1282,10 @@ begin
|
||||
UseVariable(TPasVariable(Decl),rraNone,true);
|
||||
end
|
||||
else if C=TPasResString then
|
||||
UseResourcestring(TPasResString(Decl))
|
||||
begin
|
||||
if OnlyExports then continue;
|
||||
UseResourcestring(TPasResString(Decl));
|
||||
end
|
||||
else
|
||||
RaiseNotSupported(20170306165213,Decl);
|
||||
end;
|
||||
|
@ -836,9 +836,9 @@ begin
|
||||
StartProgram(false);
|
||||
Add([
|
||||
'resourcestring',
|
||||
'resourcestring',
|
||||
' {#a_used}a = ''txt'';',
|
||||
' {#b_used}b = ''foo'';',
|
||||
' {#c_notused}c = ''bar'';',
|
||||
'procedure {#DoIt_used}DoIt(s: string);',
|
||||
'var',
|
||||
' {#d_used}d: string;',
|
||||
|
Loading…
Reference in New Issue
Block a user