Remove leftover noinline attributes.

2004-11-29  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmarkup.c: Remove leftover noinline attributes.
This commit is contained in:
Matthias Clasen 2004-11-29 06:32:38 +00:00 committed by Matthias Clasen
parent e761d2e3a6
commit 75942393f5
6 changed files with 10 additions and 3 deletions

View 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)

View 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)

View 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)

View 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)

View 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)

View 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,