Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)

2005-03-08  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
	(#164706, Marc Meissner)

	* glib/gstrfuncs.h:
	* glib/gfileutils.h: Use G_GNUC_NULL_TERMINATED where
	appropriate.
This commit is contained in:
Matthias Clasen
2005-03-08 05:41:45 +00:00
committed by Matthias Clasen
parent 0fa2c2b366
commit 6aac5ce82c
12 changed files with 64 additions and 9 deletions

View File

@@ -1,5 +1,12 @@
2005-03-08 Matthias Clasen <mclasen@redhat.com>
* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
(#164706, Marc Meissner)
* glib/gstrfuncs.h:
* glib/gfileutils.h: Use G_GNUC_NULL_TERMINATED where
appropriate.
* glib/goption.c (parse_int): Fix an error message.
(#168751, Hazael Maldonado Torres)