Module Name:    src
Committed By:   christos
Date:           Mon Mar  4 20:04:30 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/dist/include/jemalloc/internal:
            extent_externs.h

Log Message:
fix incorrect macro use


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/extent_externs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/jemalloc/dist/include/jemalloc/internal/extent_externs.h
diff -u src/external/bsd/jemalloc/dist/include/jemalloc/internal/extent_externs.h:1.1.1.1 src/external/bsd/jemalloc/dist/include/jemalloc/internal/extent_externs.h:1.2
--- src/external/bsd/jemalloc/dist/include/jemalloc/internal/extent_externs.h:1.1.1.1	Mon Mar  4 12:10:23 2019
+++ src/external/bsd/jemalloc/dist/include/jemalloc/internal/extent_externs.h	Mon Mar  4 15:04:30 2019
@@ -24,7 +24,7 @@ size_t extent_size_quantize_floor(size_t
 size_t extent_size_quantize_ceil(size_t size);
 #endif
 
-rb_proto(, extent_avail_, extent_tree_t, extent_t)
+ph_proto(, extent_avail_, extent_tree_t, extent_t)
 ph_proto(, extent_heap_, extent_heap_t, extent_t)
 
 bool extents_init(tsdn_t *tsdn, extents_t *extents, extent_state_t state,

Reply via email to