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 707c23f..9cef915 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 707c23f..9cef915 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 707c23f..9cef915 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 707c23f..9cef915 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 707c23f..9cef915 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 7300c10..54ddd30 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,