From 5d01050abccabc9ab4309d80d4b603d68575e0a8 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 3 Jan 2015 18:50:35 -0800 Subject: Add string- and number-specific bitop types and also implement the pp functions, though nothing compiles to these ops yet. --- pp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pp.h') diff --git a/pp.h b/pp.h index b8e482bd31..c417c1ebbf 100644 --- a/pp.h +++ b/pp.h @@ -376,6 +376,7 @@ Does not use C. See also C, C and C. #define RETSETYES RETURNX(SETs(&PL_sv_yes)) #define RETSETNO RETURNX(SETs(&PL_sv_no)) #define RETSETUNDEF RETURNX(SETs(&PL_sv_undef)) +#define RETSETTARG STMT_START { SETTARG; RETURN; } STMT_END #define ARGTARG PL_op->op_targ -- cgit v1.2.1