(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining

This commit is contained in:
smatz
2008-04-06 23:49:45 +00:00
parent bd432258cb
commit 76eaed68a0
16 changed files with 57 additions and 27 deletions

View File

@@ -19,6 +19,7 @@
#include "window_func.h"
#include "map_func.h"
#include "string_func.h"
#include "oldpool_func.h"
#include "table/strings.h"