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 /include/X11/Xaw3d/Tip.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 'include/X11/Xaw3d/Tip.h')
-rw-r--r-- | include/X11/Xaw3d/Tip.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/X11/Xaw3d/Tip.h b/include/X11/Xaw3d/Tip.h index b27f58a..4b4798c 100644 --- a/include/X11/Xaw3d/Tip.h +++ b/include/X11/Xaw3d/Tip.h @@ -108,10 +108,8 @@ extern WidgetClass tipWidgetClass; * Enables the tip event handler for this widget. */ void XawTipEnable( -#if NeedFunctionPrototypes Widget, String -#endif ); /* @@ -125,9 +123,7 @@ void XawTipEnable( * Disables the tip event handler for this widget. */ void XawTipDisable( -#if NeedFunctionPrototypes Widget -#endif ); #endif /* _XawTip_h */ |