summaryrefslogtreecommitdiff
path: root/web/yacco2/o2linker/o2linker_externs.h
blob: 5f8905428a98ed45c2e909fbb67f13b3444adfce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*4:*/
//line 55 "./o2linker_externs.w"

#ifndef o2linker_externs_
#define o2linker_externs_ 1

//line 58 "./o2linker_externs.w"

/*5:*/
//line 63 "./o2linker_externs.w"

#include "globals.h"
#include "o2linker_types.h"
#include "yacco2_stbl.h"
#include "o2_linker_opts.h"
#include "linker_pass3.h"

extern STBL_T_ITEMS_type STBL_T_ITEMS;
extern void GET_CMD_LINE(int argc,char*argv[]
,const char*File,yacco2::TOKEN_GAGGLE&Errors);
extern void LINKER_PARSE_CMD_LINE(const char*Fsc
,std::string&Cntl_file,yacco2::TOKEN_GAGGLE&Errors);
extern void DUMP_ERROR_QUEUE(yacco2::TOKEN_GAGGLE&Errors);
extern const char*DATE_AND_TIME();
extern void XLATE_SYMBOLS_FOR_cweave(const char*Sym_to_xlate,char*Xlated_sym);
extern yacco2::AST*CWEB_MARKER;
/*:5*/
//line 59 "./o2linker_externs.w"

#endif

/*:4*/