Re: [PATCH] svn_cmdline_printf and friends, take2
From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-05-12 15:03:22 CEST
>+svn_error_t *svn_cmdline_printf (apr_pool_t *pool,
By using "printf" subversion has been taking advantage of a GCC feature:
It would be:
svn_error_t *svn_cmdline_printf (apr_pool_t *pool,+ const char *fmt,+ ...)
Of course, this should be only done for GCC.
GLib has a macro for this, which is defined to do nothing if !GCC:
http://developer.gnome.org/doc/API/2.0/glib/glib-Miscellaneous-Macros.html#G-GNUC-PRINTF-CAPS
And it would be useful to add the --flag option to the xgettext
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.