Change %(putlit) and %(zputlit) to take TF_EXPR instead of TF_STR. This
authorKen Hornstein <kenh@pobox.com>
Tue, 13 Nov 2012 23:53:55 +0000 (18:53 -0500)
committerKen Hornstein <kenh@pobox.com>
Tue, 13 Nov 2012 23:53:55 +0000 (18:53 -0500)
commit850e8ce9124dbb7ff30475a11540f28dbe4fb604
tree29de138f7f597834ed0c2d4cd4a7c05accca907b
parentac99d23ec89df5e72b39c7ae950c084ca0377eca
Change %(putlit) and %(zputlit) to take TF_EXPR instead of TF_STR.  This
was originally my fault; TF_STR means a string literal as an argument, but
the documentation (and the code) really means for it to take an expression.
sbr/fmt_compile.c