needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)

also rename wchar -> utf8 to avoid conflict with <wchar.h> (requires
rebuild of workspace)
(unfortunately copying history fails to "502 bad gateway"; had to delete
old + add new independently)

This was SVN commit r7340.
This commit is contained in:
janwas
2010-03-01 14:52:58 +00:00
parent adb3847e38
commit 1861448e6c
127 changed files with 541 additions and 541 deletions
+2 -2
View File
@@ -25,11 +25,11 @@
*/
#include "precompiled.h"
#include "dynarray.h"
#include "lib/allocators/dynarray.h"
#include "lib/posix/posix_mman.h" // PROT_* constants for da_set_prot
#include "lib/sysdep/cpu.h"
#include "mem_util.h"
#include "lib/allocators/mem_util.h"
// indicates that this DynArray must not be resized or freed