fixed build

This commit is contained in:
Sears Russell 2006-06-22 23:31:42 +00:00
parent 93e7e96ea3
commit bf98e32c73

View file

@ -1,6 +1,6 @@
#include "../page.h" #include "../page.h"
#include <lladd/operations.h> #include <lladd/operations.h>
/*
#define REGION_BASE (123) #define REGION_BASE (123)
#define REGION_VACANT (REGION_BASE + 0) #define REGION_VACANT (REGION_BASE + 0)
#define REGION_ZONED (REGION_BASE + 1) #define REGION_ZONED (REGION_BASE + 1)
@ -104,3 +104,4 @@ Operation getRegionAlloc() {
Operation getRegionFree() { Operation getRegionFree() {
} }
*/