Subroutine to pop the code from the tracked required files.
This routine reads the given module from the previously stored list of required codes into the buffer and removes it from the table in Lua.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | L | ||||
character(len=*), | intent(in) | :: | modname | Name of the module to pop. |
||
type(cbuf_type) | :: | buffer | Buffer to hold the code. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | track_handle | ||||
integer, | private | :: | code_handle | ||||
integer, | private | :: | buflen | ||||
integer, | private | :: | iError |