From f1e3b47f02788903121148bc24afe4de8c2780d9 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Sep 2011 00:52:15 -0700 Subject: Add LayYYWrap() prototype to LayYY.h Fixes gcc warning: laygram.y:259:5: warning: no previous prototype for 'LayYYwrap' Signed-off-by: Alan Coopersmith Reviewed-by: Matt Turner --- src/LayYY.h | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3