~ubuntu-branches/ubuntu/utopic/seyon/utopic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <strings.h>
/*---------------------------------------------------------------------------+
| External parser interface
+---------------------------------------------------------------------------*/
extern void SignalBeginFunction();
extern void SignalArg();
extern void SignalEndFunction();
extern void ParseThis();

extern void yyerror();

/*---------------------------------------------------------------------------+
| Control and escape characters
+---------------------------------------------------------------------------*/
#define CTRL_CHAR '^'
#define BACK_CHAR '\\'

extern void scSetInputBuffer();
extern int yyparse();