diff options
author | raczman <none@none> | 2010-04-20 16:09:31 +0200 |
---|---|---|
committer | raczman <none@none> | 2010-04-20 16:09:31 +0200 |
commit | e6fbcc42cef7573a18c2f56f7081a904f62415c8 (patch) | |
tree | 6adf04aa78d562cecfd7dc4cccce99d2842c73c7 | |
parent | 1532a2f9a2b227e0011a81959403a3b0b05153ba (diff) |
Thanks to Windows file name handling being insane
i need to move file around.
(Protip MS: noone uses PRN anymore)
http://imgur.com/gDgGGh.jpg
--HG--
branch : trunk
rename : dep/include/jemalloc/internal/prn.h => dep/include/jemalloc/internal/totally_not_p_r_n.h
-rw-r--r-- | dep/include/jemalloc/internal/jemalloc_internal.h | 8 | ||||
-rw-r--r-- | dep/include/jemalloc/internal/totally_not_p_r_n.h (renamed from dep/include/jemalloc/internal/prn.h) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dep/include/jemalloc/internal/jemalloc_internal.h b/dep/include/jemalloc/internal/jemalloc_internal.h index 109510d2962..03782dd6690 100644 --- a/dep/include/jemalloc/internal/jemalloc_internal.h +++ b/dep/include/jemalloc/internal/jemalloc_internal.h @@ -173,7 +173,7 @@ extern void (*JEMALLOC_P(malloc_message))(void *wcbopaque, const char *s); #define PAGE_CEILING(s) \ (((s) + PAGE_MASK) & ~PAGE_MASK) -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" @@ -192,7 +192,7 @@ extern void (*JEMALLOC_P(malloc_message))(void *wcbopaque, const char *s); /******************************************************************************/ #define JEMALLOC_H_STRUCTS -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" @@ -254,7 +254,7 @@ arena_t *arenas_extend(unsigned ind); arena_t *choose_arena_hard(void); #endif -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" @@ -273,7 +273,7 @@ arena_t *choose_arena_hard(void); /******************************************************************************/ #define JEMALLOC_H_INLINES -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" diff --git a/dep/include/jemalloc/internal/prn.h b/dep/include/jemalloc/internal/totally_not_p_r_n.h index 0709d708012..0709d708012 100644 --- a/dep/include/jemalloc/internal/prn.h +++ b/dep/include/jemalloc/internal/totally_not_p_r_n.h |