diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-01 04:01:57 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-01 04:01:57 +0000 |
commit | 31fb120917c4f65d2069bd7d23b1876b523066fe (patch) | |
tree | ed319969aa1ff19d40a9be89a87a5129336cf174 /embed.h | |
parent | 22239a37ce131e4f5341aee571f08aced283e16a (diff) | |
download | perl-31fb120917c4f65d2069bd7d23b1876b523066fe.tar.gz |
Builds and passes all tests with gcc on Win32 - phew!
p4raw-id: //depot/ansiperl@342
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -205,6 +205,8 @@ #define freq Perl_freq #define ge_amg Perl_ge_amg #define gen_constant_list Perl_gen_constant_list +#define get_op_descs Perl_get_op_descs +#define get_op_names Perl_get_op_names #define gp_free Perl_gp_free #define gp_ref Perl_gp_ref #define gt_amg Perl_gt_amg |