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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user