summaryrefslogtreecommitdiff
path: root/include/X11/Xaw3d/List.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-24 04:23:57 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-24 23:34:51 -0500
commita4c27e1e353978aeb78cfb9a3f4dda7689119ee9 (patch)
treee1ff9c075cd89e9d1fc88d610261ac3f68c82f4c /include/X11/Xaw3d/List.h
parentdc03ee95bc990e22094360c3b0c801ae2fdeed8e (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/List.h')
-rw-r--r--include/X11/Xaw3d/List.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/X11/Xaw3d/List.h b/include/X11/Xaw3d/List.h
index fe97197..9481744 100644
--- a/include/X11/Xaw3d/List.h
+++ b/include/X11/Xaw3d/List.h
@@ -180,7 +180,6 @@ _XFUNCPROTOBEGIN
*/
extern void XawListChange(
-#if NeedFunctionPrototypes
Widget /* w */,
String* /* list */,
int /* nitems */,
@@ -190,7 +189,6 @@ extern void XawListChange(
#else
Boolean /* resize */
#endif
-#endif
);
/* Function Name: XawListUnhighlight
@@ -200,9 +198,7 @@ extern void XawListChange(
*/
extern void XawListUnhighlight(
-#if NeedFunctionPrototypes
Widget /* w */
-#endif
);
/* Function Name: XawListHighlight
@@ -213,10 +209,8 @@ extern void XawListUnhighlight(
*/
extern void XawListHighlight(
-#if NeedFunctionPrototypes
Widget /* w */,
int /* item */
-#endif
);
@@ -227,9 +221,7 @@ extern void XawListHighlight(
*/
extern XawListReturnStruct * XawListShowCurrent(
-#if NeedFunctionPrototypes
Widget /* w */
-#endif
);
_XFUNCPROTOEND