This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make typedef fully typedef
[perl5.git] / embed.h
diff --git a/embed.h b/embed.h
index 7c6b450..a060cce 100644 (file)
--- a/embed.h
+++ b/embed.h
 #define doform(a,b,c)          S_doform(aTHX_ a,b,c)
 #define space_join_names_mortal(a)     S_space_join_names_mortal(aTHX_ a)
 #  endif
-#  if defined(PERL_IN_REGCOMP_C)
-#define ()                     (aTHX)
-#  endif
 #  if defined(PERL_IN_SCOPE_C)
 #define save_pushptri32ptr(a,b,c,d)    S_save_pushptri32ptr(aTHX_ a,b,c,d)
 #define save_scalar_at(a,b)    S_save_scalar_at(aTHX_ a,b)