cvs commit: src/usr.bin/make parse.c parse.h
Max Okumoto
okumoto at crater.dragonflybsd.org
Thu Feb 3 22:45:36 PST 2005
okumoto 2005/02/03 22:45:16 PST
DragonFly src repository
Modified files:
usr.bin/make parse.c parse.h
Log:
Back out constify of Parse_File(). It is assigned to curFile.fname
and you cannot const this because it's passed to free() later on.
Revision Changes Path
1.44 +1 -1 src/usr.bin/make/parse.c
1.4 +1 -1 src/usr.bin/make/parse.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.h.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list