]> Pileus Git - ~andy/gtk/blobdiff - gtk/paper_names_offsets.c
Make symbol list mstch reality.
[~andy/gtk] / gtk / paper_names_offsets.c
index 03f9f439cb6f19f19154df2df9a02ed8092c16d0..52a6b7bd165297af2663c9785a88e6f4409230d2 100644 (file)
@@ -331,7 +331,7 @@ N_("paper size|ROC 16k")
 N_("paper size|ROC 8k")
 #endif
 
-const char paper_names[] =
+static const char paper_names[] =
   "asme_f\0"
   "iso_2a0\0"
   "A0x2\0"
@@ -695,7 +695,7 @@ typedef struct {
   int ppd_name;
 } PaperInfo;
 
-const PaperInfo standard_names_offsets[] = {
+static const PaperInfo standard_names_offsets[] = {
   {    0, 711.2, 1016,    0,   -1 },
   {    7, 1189, 1682,   15,   -1 },
   {   20, 841, 1189,    1,    1 },
@@ -862,7 +862,7 @@ const PaperInfo standard_names_offsets[] = {
   { 3139, 273.05, 393.7, 3146,   -1 },
 };
 
-const struct {
+static const struct {
   int ppd_name;
   int standard_name;
 } extra_ppd_names_offsets[] = {