mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:59:55 +02:00
* also print method implementation when reusing a forward definition
git-svn-id: branches/jvmbackend@18548 -
This commit is contained in:
parent
f187128428
commit
1b0b6a9d6d
@ -149,7 +149,7 @@ implementation
|
||||
if ((status.verbosity and v_debug)<>0) then
|
||||
begin
|
||||
if assigned(usefwpd) then
|
||||
Message1(parser_d_internal_parser_string,usefwpd.customprocname([pno_proctypeoption,pno_paranames,pno_noclassmarker,pno_noleadingdollar]))
|
||||
Message1(parser_d_internal_parser_string,usefwpd.customprocname([pno_proctypeoption,pno_paranames,pno_noclassmarker,pno_noleadingdollar])+str)
|
||||
else
|
||||
begin
|
||||
if is_classdef then
|
||||
|
Loading…
Reference in New Issue
Block a user