blob: 68c1118a238b20e926e2e689f4aa62758529ac61 (
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
33
34
35
36
37
38
|
;; export definitions for Windows32 gawk
;; this is to support extension libraries -- this should generate a gawk.lib
;; against which they can link
;; don't change the ordinals (the numbers after the function names)
EXPORTS
;; functions related directly to adding external functions
get_argument @1
set_value @2
make_builtin @3
get_curfunc_arg_count @4
;; functions for manipulating data types
mk_number @11
tmp_string @12
unref @13
r_force_string @14
r_force_number @15
nodetype2str @16
;; incidental other functions
assoc_lookup @31
assoc_clear @32
r_dupnode @33
set_loc @34
update_ERRNO @35
r_fatal @36
get_actual @37
;; data -- note that this must be redeclared with __declspec(dllimport) in the extension
;; library since the exported symbol is actually a pointer to the data
CONVFMTidx @101
lintfunc @102
do_lint @103
stack_ptr @104
|