2.9BSD/usr/ingres/source/equel/runtime/IIsetup.c

Compare this file to the similar file:
Show the results in this format:

# include	"../../ingres.h"
# include	"../../symbol.h"
# include	"../../pipes.h"
# include	"IIglobals.h"

/*
**	IIsetup is called to mark the start of a retrieve.
*/

IIsetup()
{
#	ifdef xETR1
	if (IIdebug)
		printf("IIsetup\n");
#	endif
	IIin_retrieve = 1;
	IIr_sym.len = IIr_sym.type = 0;
	IIdomains = 0;
}