Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-17 | Add LayYYWrap() prototype to LayYY.h | Alan Coopersmith | |
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> | |||
2011-09-08 | Add LayYY.h header for common definitions of lex/yacc created functions | Alan Coopersmith | |
Ensures all sources use consistent types and provides central place to add _X_HIDDEN tags to avoid exporting these as part of the API/ABI. Also fixes: "laygram.c", line 1363: warning: implicit function declaration: LayYYlex "laygram.c", line 1777: warning: implicit function declaration: LayYYerror Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matt Turner <mattst88@gmail.com> |