Mercurial > hg > index.cgi
diff lwbasic/lwbasic.h @ 27:77626fc37af2
Added support for removing stack from in epilog
author | lost@l-w.ca |
---|---|
date | Thu, 27 Jan 2011 20:46:44 -0700 |
parents | 26aa76da75ad |
children | 574931d87abd |
line wrap: on
line diff
--- a/lwbasic/lwbasic.h Thu Jan 27 20:44:57 2011 -0700 +++ b/lwbasic/lwbasic.h Thu Jan 27 20:46:44 2011 -0700 @@ -101,7 +101,7 @@ #ifndef __emit_c_seen__ extern void emit_prolog(cstate *state, int vis, int framesize); -extern void emit_epilog(cstate *state); +extern void emit_epilog(cstate *state, int framesize); #endif