diff options
author | Miles Bader <miles@gnu.org> | 1995-05-04 22:23:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-04 22:23:52 +0000 |
commit | 1274a8edbbe68445ce5968a349258f85c7ecfe5d (patch) | |
tree | d437bc759d7efb75f908bea2c4b8211465bdd0c7 /ext2fs | |
parent | 10ce9f0bb9960aeff47fb5cea075abdb6881d71c (diff) |
Formerly ext2fs.h.~39~
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ext2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index b2aabd2c..7db816c6 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -34,7 +34,7 @@ Normally, don't define it, but defining it causes a much greater rate of paging requests, which may be helpful in catching bugs. */ -/* #undef DONT_CACHE_MEMORY_OBJECTS */ +#undef DONT_CACHE_MEMORY_OBJECTS int printf (const char *fmt, ...); |