This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
[perl5.git] / op.h
diff --git a/op.h b/op.h
index dbfaced..789ce58 100644 (file)
--- a/op.h
+++ b/op.h
@@ -461,6 +461,7 @@ struct loop {
 #define PERL_LOADMOD_IMPORT_OPS                0x4
 
 #ifdef USE_REENTRANT_API
+
 typedef struct {
   struct tm* tmbuff;
 } REBUF;