spreadsheet-reader.c: Do not export local symbols
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 13 Mar 2016 08:54:36 +0000 (09:54 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 20 Mar 2016 18:39:09 +0000 (19:39 +0100)
src/data/spreadsheet-reader.c

index f5a138064e338f28078183ca837f35c8ef4cd6b3..b83dc346028604064158f62d3fe1bf7ab79cf47b 100644 (file)
 #include <stdlib.h>
 
 #ifdef ODF_READ_SUPPORT
-const bool ODF_READING_SUPPORTED = true;
+static const bool ODF_READING_SUPPORTED = true;
 #else
-const bool ODF_READING_SUPPORTED = false;
+static const bool ODF_READING_SUPPORTED = false;
 #endif
 
 #ifdef GNM_READ_SUPPORT
-const bool GNM_READING_SUPPORTED = true;
+static const bool GNM_READING_SUPPORTED = true;
 #else
-const bool GNM_READING_SUPPORTED = false;
+static const bool GNM_READING_SUPPORTED = false;
 #endif
 
 void