In assert(), we mustn't stringify the message as part of the first
authorNicholas Clark <nick@ccl4.org>
Fri, 27 May 2005 18:54:36 +0000 (18:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 27 May 2005 18:54:36 +0000 (18:54 +0000)
commit60b9f5a768d813874b27945f3490540726428049
tree85f17c90ad13aee9c281f32991583e9821ed0fd5
parent59e20782fa64e3099e5ed0b949ffe8b1d6c1b162
In assert(), we mustn't stringify the message as part of the first
argument to croak, as it's a *printf format, and the thing we're
asserting might itself contain % signs.
Also, as __FILE__ is a string, we can append that to the format,
rather than needing a %s for it.

p4raw-id: //depot/perl@24609
perl.h