ext/ffi_c/AbstractMemory.h in ffi-1.1.6.pre2 vs ext/ffi_c/AbstractMemory.h in ffi-1.2.0.dev
- old
+ new
@@ -68,10 +68,10 @@
MemoryOp* strptr;
MemoryOp* boolOp;
} MemoryOps;
struct AbstractMemory_ {
- char* address; /* Use char* instead of void* to ensure adding to it works correctly */
+ char* address; // Use char* instead of void* to ensure adding to it works correctly
long size;
int flags;
int typeSize;
};