Subject: CVS commit: src/gnu/dist/gettext/gettext-tools/src
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/01/2005 16:21:07
Module Name:	src
Committed By:	riz
Date:		Sun May  1 16:21:07 UTC 2005

Modified Files:
	src/gnu/dist/gettext/gettext-tools/src: po-lex.c

Log Message:
Only test if a char is >= 0x00 when CHAR_MIN is < 0, so gcc doesn't
warn about the comparison always being true.  Fixes build for macppc
target.

Problem noted by me, analysis and fix from Thomas Klausner.

Approved by wiz.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gettext/gettext-tools/src/po-lex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.