import gdb-19990422 snapshot
[deliverable/binutils-gdb.git] / gdb / bcache.h
index 48b71e28cf0af9f1d752b8815be363a3337f2c7e..4b753be42dca5860fda285f79b74d13e2eaa70f6 100644 (file)
@@ -47,7 +47,7 @@ struct hashlink {
    a hashlink struct to hold the next pointer and the data. */
 
 #define BCACHE_DATA_ALIGNMENT \
-       (((char *) &BCACHE_DATA((struct hashlink*) 0) - (char *) 0))
+       (((char *) BCACHE_DATA((struct hashlink*) 0) - (char *) 0))
 
 struct bcache {
   struct obstack cache;
@@ -62,11 +62,7 @@ struct bcache {
 extern void *
 bcache PARAMS ((void *bytes, int count, struct bcache *bcachep));
 
-#if MAINTENANCE_CMDS
-
 extern void
 print_bcache_statistics PARAMS ((struct bcache *, char *));
 
-#endif /* MAINTENANCE_CMDS */
-
 #endif /* BCACHE_H */
This page took 0.023029 seconds and 4 git commands to generate.