Remove leftover noinline attributes.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Nov 2004 06:32:38 +0000 (06:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Nov 2004 06:32:38 +0000 (06:32 +0000)
2004-11-29  Matthias Clasen  <mclasen@redhat.com>

* glib/gmarkup.c: Remove leftover noinline attributes.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmarkup.c

index 707c23f5bb5b4e460c3995102d1774ffa096ffce..9cef91536dada104b5c25a20ba63098c03e41ff3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmarkup.c: Remove leftover noinline attributes.
+
        * glib/Makefile.am: Use the perl found by configure.  (#149826,
        Morten Welinder)
 
index 707c23f5bb5b4e460c3995102d1774ffa096ffce..9cef91536dada104b5c25a20ba63098c03e41ff3 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmarkup.c: Remove leftover noinline attributes.
+
        * glib/Makefile.am: Use the perl found by configure.  (#149826,
        Morten Welinder)
 
index 707c23f5bb5b4e460c3995102d1774ffa096ffce..9cef91536dada104b5c25a20ba63098c03e41ff3 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmarkup.c: Remove leftover noinline attributes.
+
        * glib/Makefile.am: Use the perl found by configure.  (#149826,
        Morten Welinder)
 
index 707c23f5bb5b4e460c3995102d1774ffa096ffce..9cef91536dada104b5c25a20ba63098c03e41ff3 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmarkup.c: Remove leftover noinline attributes.
+
        * glib/Makefile.am: Use the perl found by configure.  (#149826,
        Morten Welinder)
 
index 707c23f5bb5b4e460c3995102d1774ffa096ffce..9cef91536dada104b5c25a20ba63098c03e41ff3 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmarkup.c: Remove leftover noinline attributes.
+
        * glib/Makefile.am: Use the perl found by configure.  (#149826,
        Morten Welinder)
 
index 7300c10210c84baa07708bdb31137656a8c34ed8..54ddd30c673a8bb1cfb12ac5ed7b44cfb1cbf028 100644 (file)
@@ -404,7 +404,6 @@ unescape_text_state_inside_text (UnescapeContext *ucontext,
   return p;
 }
 
-__attribute__ ((noinline))
 static const gchar*
 unescape_text_state_after_ampersand (UnescapeContext *ucontext,
                                      const gchar     *p,
@@ -454,7 +453,6 @@ unescape_text_state_after_ampersand (UnescapeContext *ucontext,
   return p;
 }
 
-__attribute__ ((noinline))
 static const gchar*
 unescape_text_state_inside_entity_name (UnescapeContext *ucontext,
                                         const gchar     *p,
@@ -541,7 +539,6 @@ unescape_text_state_inside_entity_name (UnescapeContext *ucontext,
   return p;
 }
 
-__attribute__ ((noinline))
 static const gchar*
 unescape_text_state_after_charref_hash (UnescapeContext *ucontext,
                                         const gchar     *p,