move handles to a separate handle stack.

This commit is contained in:
Vitor Santos Costa
2015-01-30 07:25:34 +00:00
parent 9f945c152d
commit 36e4cbf98b
21 changed files with 290 additions and 360 deletions

View File

@@ -519,7 +519,7 @@ getchr__(IOSTREAM *inp)
#define getchr(inp) getchr__(inp)
#define getchrq(inp) Sgetcode(inp)
EXTERN inline int
static int
GetCurInpPos (IOSTREAM *inp_stream)
{
return inp_stream->posbuf.lineno;