This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc/intl gettextP.h


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2001-03-19 16:49:14

Modified files:
	intl           : gettextP.h 

Log message:
	Include <stddef.h>.  Include gettext.h, for nls_uint32.
	(ZERO): New macro.
	(struct binding): Always use ZERO.
	(gettext__, dgettext__, dcgettext__, textdomain__, bindtextdomain__,
	bind_textdomain_codeset__): New declarations, from old libgettext.h.
	(__gettextdebug): Remove declaration.
	(__gettext_free_exp, __gettextparse): Convert prototype to K&R C syntax.
	(gettext_free_exp__, gettextparse__): New non-libc declarations.
	(struct expression): Add operators lnot, less_than, greater_than,
	less_or_equal, greater_or_equal. Replace args2/args3 union by a
	'nargs' counter and an 'args[]' array.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]