make var names available as a global var
This commit is contained in:
parent
8ea17007f0
commit
3d9006db32
@ -299,6 +299,8 @@ typedef struct PL_local_data {
|
||||
|
||||
source_location read_source; /* file, line, char of last term */
|
||||
|
||||
term_t read_varnames; /* varnames of last term */
|
||||
|
||||
struct
|
||||
{ int active; /* doing pipe I/O */
|
||||
jmp_buf context; /* context of longjmp() */
|
||||
|
Reference in New Issue
Block a user