Got rid of pref.h.orig (and pref.h) entirely, moving its contents into
[pspp-builds.git] / src / output / table.h
index 0d35cc940d71359ee9246c4fafaa5f69abda4c9d..4fa459759e178e76b909162637dd9e7b0ad85c82 100644 (file)
@@ -102,7 +102,7 @@ struct tab_table
 
     /* Editing info. */
     int col_ofs, row_ofs;      /* X and Y offsets. */
-#if GLOBAL_DEBUGGING
+#if DEBUGGING
     int reallocable;           /* Can table be reallocated? */
 #endif
   };