]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
blob.c: Make table descriptions static.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 2 Jan 2015 01:47:29 +0000 (01:47 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Mar 2015 18:55:38 +0000 (19:55 +0100)
These descriptions are only used in blob.c.

blob.c

diff --git a/blob.c b/blob.c
index 7aedf59bb9d3da7ead694f9c2d85c2d8e52da9d7..0092bea3fbf47c2c5afb7ca1e1e8b3b138119d60 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -66,7 +66,7 @@ static struct osl_column_description blob_cols[] = {
 
 /** Define an osl table description for a blob table. */
 #define DEFINE_BLOB_TABLE_DESC(table_name) \
 
 /** Define an osl table description for a blob table. */
 #define DEFINE_BLOB_TABLE_DESC(table_name) \
-       struct osl_table_description table_name ## _table_desc = { \
+       static struct osl_table_description table_name ## _table_desc = { \
                .name = #table_name, \
                .num_columns = NUM_BLOB_COLUMNS, \
                .flags = OSL_LARGE_TABLE, \
                .name = #table_name, \
                .num_columns = NUM_BLOB_COLUMNS, \
                .flags = OSL_LARGE_TABLE, \