mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Test __PRETTY_FUNCTION__ in methods, too.
This commit is contained in:
parent
c4d19e6ebc
commit
c0b8d0febe
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
-run
|
||||
{
|
||||
print ("Hello world\n");
|
||||
printf ("%i %p\n", self, &self.x);
|
||||
printf ("%i %p [%s %s]\n", self, &self.x, [self description],
|
||||
__PRETTY_FUNCTION__);
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue