Remove leftover noinline attributes. (is_name_start_char, is_name_char):

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

	* glib/gmarkup.c: Remove leftover noinline attributes.
	(is_name_start_char, is_name_char): Avoid possible reads
	beyond the end of g_ascii_table.
This commit is contained in:
Matthias Clasen
2004-11-29 06:51:16 +00:00
committed by Matthias Clasen
parent 75942393f5
commit 18651f45d0
6 changed files with 30 additions and 20 deletions

View File

@@ -1,6 +1,8 @@
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c: Remove leftover noinline attributes.
(is_name_start_char, is_name_char): Avoid possible reads
beyond the end of g_ascii_table.
* glib/Makefile.am: Use the perl found by configure. (#149826,
Morten Welinder)