Pristine Ack-5.5
[Ack-5.5.git] / util / ego / cs / cs_profit.h
1 /* $Id: cs_profit.h,v 1.4 1994/06/24 10:22:44 ceriel Exp $ */
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 extern          cs_machinit();  /* (FILE *f)
7                                  * Read phase-specific information from f.
8                                  */
9
10 extern bool     desirable();    /* (avail_p avp)
11                                  * Return whether it is desirable to eliminate
12                                  * the recurrences of the expression in avp.
13                                  * At the same time delete the recurrences
14                                  * for which it is not allowed.
15                                  */