Ben Wing <ben(a)666.com> writes:
> obj = emacs_doprnt_string_va ((CONST Bufbyte *) GETTEXT (fmt),
Qnil, -1,
> args);
GETTEXT is a no-op currently, and in any case would not be
gettext(), but our own version referencing our own tables and using
internal format.
Note that in that case, the cast to (Bufbyte *) or to (CONST Bufbyte
*) should be unnecessary.