ack/util/ego/il/il3_subst.h

25 lines
736 B
C
Raw Normal View History

1994-06-24 11:31:16 +00:00
/* $Id$ */
1987-03-09 19:15:41 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1984-11-26 14:14:55 +00:00
/* I N L I N E S U B S T I T U T I O N
*
* I L 3 _ S U B S T . H
*/
line_p scan_to_cal(line_p lines, short n);
/*
1984-11-26 14:14:55 +00:00
* Find the n-th cal instruction.
*/
void substitute(FILE *lf, call_p c, line_p cal, line_p firstline);
/*
1984-11-26 14:14:55 +00:00
* Perform in line substitution of the call described
* by c. The EM text of the called routine is fetched
* and modified, the calling sequence is changed,
* the modified routine is put at the place of the call
* and all global information (proctable etc.) is kept
* up to date.
*/