summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 64ed3e542f..85cd8340af 100644
--- a/op.h
+++ b/op.h
@@ -23,7 +23,7 @@
* which may or may not check number of children).
*/
-typedef UV PADOFFSET;
+typedef U32 PADOFFSET;
#define NOT_IN_PAD ((PADOFFSET) -1)
#ifdef DEBUGGING_OPS