In Perl_get_debug_opts(), restructure the message into fewer string literals.
authorNicholas Clark <nick@ccl4.org>
Sat, 17 Apr 2010 13:44:36 +0000 (14:44 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Apr 2010 13:44:36 +0000 (14:44 +0100)
commit651b8f1ab1a3f46ec28299b662077c511e8c2483
treeba86dd8ba55e3bffae169c79dc1bd91a7a58ca5d
parent1566c39dba538bbd5b7afdb46ec3a4c1e760a6ca
In  Perl_get_debug_opts(), restructure the message into fewer string literals.

This reduces the object code size slightly.
perl.c