1 /* $Id: symspace.h,v 1.3 2001/09/24 01:42:16 moniot Rel $
2 
3 
4    Prototypes of routines & shared variables defined in symspace.c
5 
6 */
7 
8 PROTO(TokenListHeader * make_TL_head,( Token *t ));
9 PROTO(char * new_local_string,( char *s ));
10 PROTO(ParamInfo * new_param_info,( void ));
11 
12 SYM_SHARED long
13   parameter_count;	/* Count of parameters for keeping them in order */
14 
15