History log of /csrg-svn/old/ratfor/r1.c (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 62208 06-Jun-1993 bostic

4.4BSD snapshot (revision 8.1)

# 48064 16-Apr-1991 bostic

new copyright; att/bsd/shared

# 14502 11-Aug-1983 sam

standardize sccs keyword lines

# 9732 15-Dec-1982 clemc

Added a bug fix from Tom Quarles, to fix a problem where
The preprocessor will determine that there is no way to reach the end
of the for loop because of a return statement imbedded as the last line

Added a bug fix from Tom Quarles, to fix a problem where
The preprocessor will determine that there is no way to reach the end
of the for loop because of a return statement imbedded as the last line of
a for loop. The problem code is:
for ( ... ) {
if (..) {
...; next
}
....
return
}

show more ...

# 9726 15-Dec-1982 clemc

date and time created 82/12/15 21:46:27 by clemc