Unicode properties saga continues.
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 85cd834..64ed3e5 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