* libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace

after continuation characters that induces a warning from modern
	versions of GCC.
This commit is contained in:
Ben Elliston 2003-09-05 00:45:54 +00:00
parent 10a32423f8
commit 0a8fd4dc31
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2003-09-05 Ben Elliston <bje@namadgi>
* libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
after continuation characters that induces a warning from modern
versions of GCC.
2003-09-04 Ben Elliston <bje@wasabisystems.com>
* libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. #ifndef FOO ||