1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-07 21:35:31 +00:00

minor brucification.

This commit is contained in:
Bill Fumerola 2000-07-06 05:46:37 +00:00
parent 03b59f2038
commit 18c8a61a47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62671

View File

@ -401,8 +401,8 @@ const void *s1, *s2;
# define SET_N(nf,ch) (nf = (ch == '\n'))
# define IS_END(ch,nf) (ch == EOF || (ch == (unsigned char) Delimch && nf))
p1 = (const STR *)s1;
p2 = (const STR *)s2;
p1 = (const STR *) s1;
p2 = (const STR *) s2;
c1 = (unsigned char) p1->first;
c2 = (unsigned char) p2->first;