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/TextSrc.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/TextSrc.h')
-rw-r--r-- | include/X11/Xaw3d/TextSrc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/X11/Xaw3d/TextSrc.h b/include/X11/Xaw3d/TextSrc.h index 77c7f21..37f2a31 100644 --- a/include/X11/Xaw3d/TextSrc.h +++ b/include/X11/Xaw3d/TextSrc.h @@ -104,12 +104,10 @@ _XFUNCPROTOBEGIN */ extern XawTextPosition XawTextSourceRead( -#if NeedFunctionPrototypes Widget /* w */, XawTextPosition /* pos */, XawTextBlock* /* text_return */, int /* length */ -#endif ); /* Function Name: XawTextSourceReplace. @@ -121,12 +119,10 @@ extern XawTextPosition XawTextSourceRead( */ extern int XawTextSourceReplace ( -#if NeedFunctionPrototypes Widget /* w */, XawTextPosition /* start */, XawTextPosition /* end */, XawTextBlock* /* text */ -#endif ); /* Function Name: XawTextSourceScan @@ -144,7 +140,6 @@ extern int XawTextSourceReplace ( */ extern XawTextPosition XawTextSourceScan( -#if NeedFunctionPrototypes Widget /* w */, XawTextPosition /* position */, #if NeedWidePrototypes @@ -160,7 +155,6 @@ extern XawTextPosition XawTextSourceScan( #else Boolean /* include */ #endif -#endif ); /* Function Name: XawTextSourceSearch @@ -174,7 +168,6 @@ extern XawTextPosition XawTextSourceScan( */ extern XawTextPosition XawTextSourceSearch( -#if NeedFunctionPrototypes Widget /* w */, XawTextPosition /* position */, #if NeedWidePrototypes @@ -183,7 +176,6 @@ extern XawTextPosition XawTextSourceSearch( XawTextScanDirection /* dir */, #endif XawTextBlock* /* text */ -#endif ); /* Function Name: XawTextSourceConvertSelection @@ -199,7 +191,6 @@ extern XawTextPosition XawTextSourceSearch( */ extern Boolean XawTextSourceConvertSelection( -#if NeedFunctionPrototypes Widget /* w */, Atom* /* selection */, Atom* /* target */, @@ -207,7 +198,6 @@ extern Boolean XawTextSourceConvertSelection( XtPointer* /* value_return */, unsigned long* /* length_return */, int* /* format_return */ -#endif ); /* Function Name: XawTextSourceSetSelection @@ -219,12 +209,10 @@ extern Boolean XawTextSourceConvertSelection( */ extern void XawTextSourceSetSelection( -#if NeedFunctionPrototypes Widget /* w */, XawTextPosition /* start */, XawTextPosition /* end */, Atom /* selection */ -#endif ); _XFUNCPROTOEND |