mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02: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:
committed by
Matthias Clasen
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,
|
||||
|
Reference in New Issue
Block a user