mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Remove leftover noinline attributes.
2004-11-29 Matthias Clasen <mclasen@redhat.com> * glib/gmarkup.c: Remove leftover noinline attributes.
This commit is contained in:
parent
e761d2e3a6
commit
75942393f5
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user