From a4c27e1e353978aeb78cfb9a3f4dda7689119ee9 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 24 Aug 2011 04:23:57 -0500 Subject: unifdef -DNeedFunctionPrototypes -DNeedVarargsPrototypes This is the first step to removing old-style function definition warnings. Signed-off-by: Yaakov Selkowitz Acked-by: Gaetan Nadon --- include/X11/Xaw3d/Form.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/X11/Xaw3d/Form.h') diff --git a/include/X11/Xaw3d/Form.h b/include/X11/Xaw3d/Form.h index 0ea2a9f..f533992 100644 --- a/include/X11/Xaw3d/Form.h +++ b/include/X11/Xaw3d/Form.h @@ -150,14 +150,12 @@ extern WidgetClass formWidgetClass; _XFUNCPROTOBEGIN extern void XawFormDoLayout( -#if NeedFunctionPrototypes Widget /* w */, #if NeedWidePrototypes /* Boolean */ int /* do_layout */ #else Boolean /* do_layout */ #endif -#endif ); _XFUNCPROTOEND -- cgit v1.2.3