From b70eaa9acd8d6915c10754d4d5f0a9f656d3e0e2 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 18 Jul 2011 18:31:55 +0100 Subject: In embed.fnc, reorder the symbols conditional on HAVE_INTERP_INTERP. This reordering removes 2 pre-processor directives. --- embed.fnc | 8 +++----- 1 file 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 -- cgit v1.2.1