lq-text: LQU_PushGlueTable

API t_GlueSymbolTable * LQU_PushGlueTable ( t_GlueSymbolTable *Parent, t_GlueSymbolTable *NewChild )

Purpose

Pushes the given child symbol table onto the stack for the given parent. This makes all of the bindings in the child visible, overriding any bindings of the same name in the parent.

Returns

The given parent pointer.