summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h b/Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h
index 1d6559d93c0..85a59ee0ab8 100644
--- a/Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h
+++ b/Build/source/texk/web2c/luatexdir/luapplib/src/ppheap.h
@@ -22,7 +22,7 @@
#define ppbytes_take(heap, size) _heap16_take(&(heap)->bytesheap, size)
#define ppbytes_buffer_init(heap) heap16_buffer_init(&(heap)->bytesheap, &(heap)->bytesbuffer)
-#define ppbytes_buffer(heap, atleast) heap16_buffer_some(&(heap)->bytesheap, &(heap)->bytesbuffer, atleast)
+#define ppbytes_buffer(heap, atleast) _heap16_buffer_some(&(heap)->bytesheap, &(heap)->bytesbuffer, atleast)
#define ppstruct_heap heap64
#define ppstruct_heap_init(heap, space, large, flags) (heap64_init(&(heap)->structheap, space, large, flags), heap64_head(&(heap)->structheap))