diff options
Diffstat (limited to 'pc/gawkw32.def')
-rw-r--r-- | pc/gawkw32.def | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/pc/gawkw32.def b/pc/gawkw32.def deleted file mode 100644 index 68c1118a..00000000 --- a/pc/gawkw32.def +++ /dev/null @@ -1,38 +0,0 @@ -;; 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
|