summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2010-09-22 13:44:36 -0400
committerAndy Dougherty <doughera@lafayette.edu>2010-09-22 13:44:36 -0400
commit04e98a4df2ab89550ea2ab5f96ddd3932e2e1ec9 (patch)
tree315e2c2bedf6c6b6bfbb24da4fdb3216631cb018 /embed.fnc
parent2748c776108ea3c2dab18eeb6a710e819486df17 (diff)
downloadperl-04e98a4df2ab89550ea2ab5f96ddd3932e2e1ec9.tar.gz
Extract regcurly as a static inline function.
This patch extracts regcurly from regcomp.c and converts it to a static inline function in a new file dquote_static.c that is now #included by regcomp.c and toke.c. This change will require 'make regen'.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index ebe3d7c3f0..619a0be8ec 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -169,7 +169,6 @@ npR |MEM_SIZE|malloc_good_size |size_t nbytes
AnpR |void* |get_context
Anp |void |set_context |NN void *t
-EXpRnPM |I32 |regcurly |NN const char *s
END_EXTERN_C