gcc 4 compilation fixes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-04-26 06:32:25 +00:00
parent 457b03ecb4
commit b8c0d6618e
5 changed files with 23 additions and 14 deletions
+2 -7
View File
@@ -9,11 +9,11 @@
#ifndef _SLAB_SLAB_H_
#define _SLAB_SLAB_H_
#ifdef __cplusplus
#include <slab/Depot.h>
#ifdef __cplusplus
#include <slab/Backend.h>
#include <slab/Base.h>
#include <slab/Depot.h>
#include <slab/MergedStrategy.h>
#include <slab/HashStrategy.h>
#include <slab/Utilities.h>
@@ -22,11 +22,6 @@
extern "C" {
#endif
enum {
CACHE_DONT_SLEEP = 1 << 0,
CACHE_ALIGN_TO_TOTAL = 1 << 16,
};
typedef void *object_cache_t;