The exact error message is system-dependent.
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 75a3294..3158395 100644 (file)
--- a/op.h
+++ b/op.h
@@ -23,7 +23,7 @@
  *                     which may or may not check number of children).
  */
 
-typedef U32 PADOFFSET;
+typedef UV PADOFFSET;
 #define NOT_IN_PAD ((PADOFFSET) -1)
 
 #ifdef DEBUGGING_OPS
@@ -461,7 +461,7 @@ struct loop {
 #define PERL_LOADMOD_IMPORT_OPS                0x4
 
 #ifdef USE_REENTRANT_API
-er
+
 typedef struct {
   struct tm* tmbuff;
 } REBUF;