1 /****************************************************************************
2 *
3 * Description:  hll constructs .IF, ...
4 *
5 ****************************************************************************/
6 
7 
8 #ifndef _HLL_H_
9 #define _HLL_H_
10 
11 extern void HllInit( int );    /* reset counter for hll labels */
12 #if FASTMEM==0
13 extern void HllFini( void );
14 #endif
15 extern void HllCheckOpen( void );
16 
17 #endif
18