home *** CD-ROM | disk | FTP | other *** search
- # ifndef yyDataFlow
- # define yyDataFlow
-
- # if defined __STDC__ | defined __cplusplus
- # define ARGS(parameters) parameters
- # else
- # define ARGS(parameters) ()
- # endif
-
- # ifndef bool
- # define bool char
- # endif
-
- # include "Tree.h"
- # include "DepGraph.h"
-
- # line 5 "DataFlow.puma"
-
- #include <stdio.h>
- extern FILE *DepFile;
-
-
- extern void DataFlow ARGS((tTree t));
- extern void OutDependences ARGS((tTree t));
-
- extern void BeginDataFlow ();
- extern void CloseDataFlow ();
-
- # endif
-