DragonFly commits List (threaded) for 2006-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/bin/sh mksyntax.c parser.c
pavalos 2006/09/27 21:19:40 PDT
DragonFly src repository
Modified files:
bin/sh mksyntax.c parser.c
Log:
Fix compiler warnings by creating a new macro "is_eof" that does the PEOF
comparison, and don't use it if the character comes from a string. Taken
from FreeBSD.
Revision Changes Path
1.4 +4 -3 src/bin/sh/mksyntax.c
1.7 +4 -3 src/bin/sh/parser.c
http://www.dragonflybsd.org/cvsweb/src/bin/sh/mksyntax.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/parser.c.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]