summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/parser.c')
-rw-r--r--src/runtime/c/pgf/parser.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c
index f0b38f552..93a2f78e9 100644
--- a/src/runtime/c/pgf/parser.c
+++ b/src/runtime/c/pgf/parser.c
@@ -29,14 +29,14 @@ typedef GuList(PgfItemConts*) PgfItemContss;
static GU_DEFINE_TYPE(PgfItemContss, abstract, _);
typedef GuMap PgfContsMap;
-GU_DEFINE_TYPE(PgfContsMap, GuMap,
- gu_type(PgfCCat), NULL,
- gu_ptr_type(PgfItemContss), &gu_null_struct);
+static GU_DEFINE_TYPE(PgfContsMap, GuMap,
+ gu_type(PgfCCat), NULL,
+ gu_ptr_type(PgfItemContss), &gu_null_struct);
typedef GuMap PgfGenCatMap;
-GU_DEFINE_TYPE(PgfGenCatMap, GuMap,
- gu_type(PgfItemConts), NULL,
- gu_ptr_type(PgfCCat), &gu_null_struct);
+static GU_DEFINE_TYPE(PgfGenCatMap, GuMap,
+ gu_type(PgfItemConts), NULL,
+ gu_ptr_type(PgfCCat), &gu_null_struct);
typedef GuBuf PgfCCatBuf;