Subversion Repositories filter_foundry

Rev

Rev 2 | Rev 18 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 8
Line 15... Line 15...
15
    You should have received a copy of the GNU General Public License  
15
    You should have received a copy of the GNU General Public License  
16
    along with this program; if not, write to the Free Software
16
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
18
*/
19
 
19
 
20
#include "carbonstuff.h"
-
 
21
#include "pifilter.h"
-
 
22
 
-
 
23
#include "ff.h"
20
#include "ff.h"
24
#include "symtab.h"
21
#include "symtab.h"
25
#include "node.h"
22
#include "node.h"
26
#include "funcs.h"
23
#include "funcs.h"
27
#include "parser.h"
24
#include "y.tab.h"
28
 
25
 
29
extern value_type var[];
26
extern value_type var[];
30
extern int nplanes,varused[],srcradused;
27
extern int nplanes,varused[],srcradused;
31
extern struct node *tree[];
28
extern struct node *tree[];
32
int needinput;
29
int needinput;