many modyfications in search for more speed
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* The global datastructures (see "data.c"). */
|
||||
|
||||
extern long cur_value();
|
||||
extern long get4();
|
||||
|
||||
extern int cur_seg;
|
||||
|
||||
@@ -13,3 +14,5 @@ extern char *text_area, *data_area, *string_area;
|
||||
extern struct outrelo *reloc_info, *relo;
|
||||
extern struct outname *symbol_table;
|
||||
|
||||
#define put1(buf, off, w) ((buf)[off] = (w))
|
||||
#define get1(buf, off) ((buf)[off])
|
||||
|
||||
Reference in New Issue
Block a user