#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
Go to the source code of this file.
Defines | |
#define | DEBUG |
Functions | |
NODE * | cor_cond () |
NODE * | cand_cond () |
NODE ** | outermost_op () |
NODE * | mkappl2 (NODE **h, NODE **t) |
Variables | |
FILE * | unparse_file |
NODE* cand_cond | ( | ) |
NODE* cor_cond | ( | ) |
Definition at line 34 of file mkappl2.c.
References BADflag, cand_cond(), conc(), copylist(), cor_cond(), dbgmsg, lock, mklist(), mknode(), NIL, outermost_op(), single_arg(), unlock, vfree, and yyperror().
Referenced by mkappl().
FILE* unparse_file |