diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2011-08-24 04:23:57 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2011-08-24 23:34:51 -0500 |
commit | a4c27e1e353978aeb78cfb9a3f4dda7689119ee9 (patch) | |
tree | e1ff9c075cd89e9d1fc88d610261ac3f68c82f4c /src/XawI18n.h | |
parent | dc03ee95bc990e22094360c3b0c801ae2fdeed8e (diff) |
unifdef -DNeedFunctionPrototypes -DNeedVarargsPrototypes
This is the first step to removing old-style function definition warnings.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src/XawI18n.h')
-rw-r--r-- | src/XawI18n.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h index 388fa42..f1a1b06 100644 --- a/src/XawI18n.h +++ b/src/XawI18n.h @@ -65,9 +65,7 @@ extern int _Xaw_iswspace(wchar_t); #endif extern wchar_t _Xaw_atowc ( -#if NeedFunctionPrototypes unsigned char c -#endif ); #ifndef HAVE_ISWSPACE |