Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   dsl
Date:           Sun Jan 11 15:50:06 UTC 2009

Modified Files:
        src/usr.bin/make: for.c nonints.h parse.c

Log Message:
Instead of stashing the body of every iteration of a .for loop, pass
Parse_SetInput() the name of a function to get the loop data blocks.
This should only be a change to the program logic.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/usr.bin/make/for.c
cvs rdiff -r1.50 -r1.51 src/usr.bin/make/nonints.h
cvs rdiff -r1.154 -r1.155 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index