X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=4fa459759e178e76b909162637dd9e7b0ad85c82;hb=5fd22ca7771c8175ef05e91e1194c3c4096337f4;hp=0d35cc940d71359ee9246c4fafaa5f69abda4c9d;hpb=2322678e8fddbbf158b01b2720db2636404bba3b;p=pspp-builds.git diff --git a/src/output/table.h b/src/output/table.h index 0d35cc94..4fa45975 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -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 };