[PATCH:libXaw3d 2/2] Add LayYYWrap() prototype to LayYY.h
Matt Turner
mattst88 at gmail.com
Sat Sep 17 08:47:24 PDT 2011
On Sat, Sep 17, 2011 at 3:57 AM, Alan Coopersmith
<alan.coopersmith at oracle.com> wrote:
> Fixes gcc warning:
> laygram.y:259:5: warning: no previous prototype for 'LayYYwrap'
>
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
> src/LayYY.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/LayYY.h b/src/LayYY.h
> index 7d0c1cd..1406ef6 100644
> --- a/src/LayYY.h
> +++ b/src/LayYY.h
> @@ -4,6 +4,7 @@
> extern _X_HIDDEN void LayYYsetsource (char *);
> extern _X_HIDDEN void LayYYsetdest (LayoutPtr *);
> extern _X_HIDDEN int LayYYparse (void);
> +extern _X_HIDDEN int LayYYwrap (void);
>
> /* Functions autogenerated from laylex.l into laylex.c */
> extern _X_HIDDEN int LayYYlex (void);
> --
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the xorg-devel
mailing list