il3_subst.h 723 B

12345678910111213141516171819202122
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* I N L I N E S U B S T I T U T I O N
  7. *
  8. * I L 3 _ S U B S T . H
  9. */
  10. line_p scan_to_cal(line_p lines, short n);
  11. /* Find the n-th cal instruction.
  12. */
  13. void substitute(FILE *lf, call_p c, line_p cal, line_p firstline);
  14. /* Perform in line substitution of the call described
  15. * by c. The EM text of the called routine is fetched
  16. * and modified, the calling sequence is changed,
  17. * the modified routine is put at the place of the call
  18. * and all global information (proctable etc.) is kept
  19. * up to date.
  20. */