diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-17 00:52:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-17 09:37:15 -0700 |
commit | f1e3b47f02788903121148bc24afe4de8c2780d9 (patch) | |
tree | 79f62e3698ac391948b537149de715d24c005f87 /src | |
parent | 7e8ed65401fd140b8dbf8f0bad4849f2b204ccb5 (diff) |
Add LayYYWrap() prototype to LayYY.h
Fixes gcc warning:
laygram.y:259:5: warning: no previous prototype for 'LayYYwrap'
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | 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); |