This is a note to describe which functions in the parse library are
called from which ambig top-level source files. The source files in
this library are:

	1. error.[ch]		(never called by ambig)
	2. id-hash.[ch]		(never called by ambig)
	3. iff.[ly]		(never called by ambig)
	4. mem.[ch]		(never called by ambig)
	5. parser.[chg]

There are 3 top-level source files comprising ambig. Here is a list of
which functions they call in this library (the number in parens
corresponds to the number of the source file above in which the called
function resides).

ambig.c:
  none

call-extract.c:
  none

top.c:
  (5) InitParser()
  (5) ParseFile()
  (5) ShutDownParser()
