[kdbus] Add initial support for receiving messages
[platform/upstream/glib.git] / glib / gpattern.c
index b74f36c..aa04502 100644 (file)
@@ -52,7 +52,7 @@
 /**
  * GPatternSpec:
  *
- * A #GPatternSpec-struct is the 'compiled' form of a pattern. This
+ * A GPatternSpec struct is the 'compiled' form of a pattern. This
  * structure is opaque and its fields cannot be accessed directly.
  */
 
@@ -83,8 +83,8 @@ g_pattern_ph_match (const gchar *match_pattern,
                    const gchar *match_string,
                    gboolean    *wildcard_reached_p)
 {
-  register const gchar *pattern, *string;
-  register gchar ch;
+  const gchar *pattern, *string;
+  gchar ch;
 
   pattern = match_pattern;
   string = match_string;