X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fgnumeric-reader.c;h=8faffe6676ed29294b7fa28b4c946ab7639c3807;hb=8e0bb15544290c8de86faaa678793f88e168a9d2;hp=07c1814f8e4c2c7b349332b3abf021477824464e;hpb=bc5b04777c2489da4d84847934d1c2c963930d1a;p=pspp diff --git a/src/data/gnumeric-reader.c b/src/data/gnumeric-reader.c index 07c1814f8e..8faffe6676 100644 --- a/src/data/gnumeric-reader.c +++ b/src/data/gnumeric-reader.c @@ -28,7 +28,7 @@ #include "spreadsheet-reader.h" -#if !GNM_SUPPORT +#if !GNM_READ_SUPPORT struct casereader * gnumeric_open_reader (const struct spreadsheet_read_options *opts, struct dictionary **dict) @@ -953,4 +953,4 @@ gnm_file_casereader_read (struct casereader *reader UNUSED, void *r_) } -#endif /* GNM_SUPPORT */ +#endif /* GNM_READ_SUPPORT */