diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-09-22 13:45:47 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-09-22 13:45:47 -0400 |
commit | 6e256d6843282fdbfc400027b4dd7313ab63caf1 (patch) | |
tree | 8fe584b6a579f1527656a9c9c537a945618c30d2 /global.sym | |
parent | 04e98a4df2ab89550ea2ab5f96ddd3932e2e1ec9 (diff) | |
download | perl-6e256d6843282fdbfc400027b4dd7313ab63caf1.tar.gz |
Run perl regen.pl after removing regcurly from embed.fnc.
Since regcurly is now a static inline function, it no longer
needs to appear in embed.fnc. embed.pl doesn't quite have the
right flags to deal with static inline functions, so I just
removed regcurly entirely. It's not for embedding or exporting
anyway.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 4670985ffb..db75a27ef1 100644 --- a/global.sym +++ b/global.sym @@ -31,7 +31,6 @@ Perl_realloc Perl_mfree Perl_get_context Perl_set_context -Perl_regcurly Perl_try_amagic_bin Perl_try_amagic_un Perl_amagic_call |