Mercurial > hg > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
26:26aa76da75ad | 27:77626fc37af2 |
---|---|
99 extern void lexer(cstate *state); | 99 extern void lexer(cstate *state); |
100 #endif | 100 #endif |
101 | 101 |
102 #ifndef __emit_c_seen__ | 102 #ifndef __emit_c_seen__ |
103 extern void emit_prolog(cstate *state, int vis, int framesize); | 103 extern void emit_prolog(cstate *state, int vis, int framesize); |
104 extern void emit_epilog(cstate *state); | 104 extern void emit_epilog(cstate *state, int framesize); |
105 #endif | 105 #endif |
106 | 106 |
107 | 107 |
108 #endif /* __lwbasic_h_seen__ */ | 108 #endif /* __lwbasic_h_seen__ */ |