This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlreref: quantifier {,n} is now illegal
[perl5.git] / EXTERN.h
index 558f762..4406b29 100644 (file)
--- a/EXTERN.h
+++ b/EXTERN.h
@@ -21,7 +21,7 @@
 
 #  if (defined(WIN32) || defined(__SYMBIAN32__)) && !defined(PERL_STATIC_SYMS)
     /* miniperl should not export anything */
-#    if defined(PERL_IS_MINIPERL) && !defined(UNDER_CE)
+#    if defined(PERL_IS_MINIPERL)
 #      define EXT extern
 #      define dEXT 
 #      define EXTCONST extern const