Subject: changed files: 'src/lib/libc/arch/i386/string index.S memchr.S rindex.S strcat.S strcmp.S strcpy.S strncmp.S'
To: None <source-changes>
From: Charles Hannum <mycroft>
List: source-changes
Date: 02/14/1994 12:06:16
Update of /b/source/CVS/src/lib/libc/arch/i386/string
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/lib/libc/arch/i386/string

Modified Files:
	index.S memchr.S rindex.S strcat.S strcmp.S strcpy.S strncmp.S 
Log Message:
Style police.  Use `je' and `jne' only on the result of an equality test;
use `jz' and `jnz' in all other cases.

------------------------------------------------------------------------------