X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fwidgets.c;h=5ec357b88dc01daec6d7c3fb39061ea2736f88ad;hb=e94442a3b00c1f22952586cc26b7be60617b93e1;hp=26a5dac4fd33f79c30545d1d3dae304727c71bdd;hpb=5dbf5abcbed01f04422d4dead1c0ae0bb7efde4f;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 26a5dac4fd..5ec357b88d 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -1,4 +1,4 @@ -/* +/* PSPP - a program for statistical analysis. Copyright (C) 2017 Free Software Foundation, Inc. @@ -171,9 +171,9 @@ enum_to_string (const GValue *src, GValue *dest) -GType align_enum_type; -GType measure_enum_type; -GType role_enum_type; +extern GType align_enum_type; +extern GType measure_enum_type; +extern GType role_enum_type; extern const GEnumValue align[];