summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-18 18:31:55 +0100
committerNicholas Clark <nick@ccl4.org>2011-07-18 18:38:50 +0100
commitb70eaa9acd8d6915c10754d4d5f0a9f656d3e0e2 (patch)
treec6a17b3161b05e73e8dd5210efbc71d6fe6f3011
parenteba804b9d4475c6d8d4728933792c5b7ca90fbf5 (diff)
downloadperl-b70eaa9acd8d6915c10754d4d5f0a9f656d3e0e2.tar.gz
In embed.fnc, reorder the symbols conditional on HAVE_INTERP_INTERP.
This reordering removes 2 pre-processor directives.
-rw-r--r--embed.fnc8
1 files changed, 3 insertions, 5 deletions
diff --git a/embed.fnc b/embed.fnc
index 077955f367..3363ca4e1a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1532,14 +1532,12 @@ Ap |void |ptr_table_store|NN PTR_TBL_t *const tbl|NULLOK const void *const oldsv
Ap |void |ptr_table_split|NN PTR_TBL_t *const tbl
ApD |void |ptr_table_clear|NULLOK PTR_TBL_t *const tbl
Ap |void |ptr_table_free|NULLOK PTR_TBL_t *const tbl
-#if defined(USE_ITHREADS)
-# if defined(HAVE_INTERP_INTERN)
-Ap |void |sys_intern_dup |NN struct interp_intern* src|NN struct interp_intern* dst
-# endif
-#endif
#if defined(HAVE_INTERP_INTERN)
Ap |void |sys_intern_clear
Ap |void |sys_intern_init
+# if defined(USE_ITHREADS)
+Ap |void |sys_intern_dup |NN struct interp_intern* src|NN struct interp_intern* dst
+# endif
#endif
AopP |const XOP * |custom_op_xop |NN const OP *o