source: trunk/essentials/sys-apps/gawk/pc/gawkw32.def

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 996 bytes
Line 
1;; export definitions for Windows32 gawk
2;; this is to support extension libraries -- this should generate a gawk.lib
3;; against which they can link
4;; don't change the ordinals (the numbers after the function names)
5
6EXPORTS
7
8;; functions related directly to adding external functions
9get_argument @1
10set_value @2
11make_builtin @3
12get_curfunc_arg_count @4
13
14;; functions for manipulating data types
15mk_number @11
16tmp_string @12
17unref @13
18r_force_string @14
19r_force_number @15
20nodetype2str @16
21
22
23;; incidental other functions
24assoc_lookup @31
25assoc_clear @32
26r_dupnode @33
27set_loc @34
28update_ERRNO @35
29r_fatal @36
30get_actual @37
31
32;; data -- note that this must be redeclared with __declspec(dllimport) in the extension
33;; library since the exported symbol is actually a pointer to the data
34
35CONVFMTidx @101
36lintfunc @102
37do_lint @103
38stack_ptr @104
Note: See TracBrowser for help on using the repository browser.