[fpc-devel] New preprocessor directive

2015-05-17 Thread Michael Van Canneyt
Hello, As you probably know, it is possible to include source filename, line number, date etc. in your source with the following directives: {$I %FILENAME%} {$I %LINE%} {$i %DATE%} At my request, Florian added {$I %CURRENTROUTINE%} to the list of possibilities, which means you can do nifty

Re: [fpc-devel] New preprocessor directive

2015-05-17 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: Hello, As you probably know, it is possible to include source filename, line number, date etc. in your source with the following directives: {$I %FILENAME%} {$I %LINE%} {$i %DATE%} At my request, Florian added {$I %CURRENTROUTINE%} to the list of possibilities,