4.4BSD/usr/src/old/pcc/c2.vax/Test.d/botch1.c
Compare this file to the similar file:
25: 4.3BSD-Tahoe/usr/src/lib/old_compiler/c2/c2.vax/Test.d/botch1.c
25: 4.3BSD/usr/src/lib/c2/Test.d/botch1.c
25: 4.1cBSD/usr/src/lib/c2/Test.d/botch1.c
25: 4.2BSD/usr/src/lib/c2/Test.d/botch1.c
25: 4.3BSD-Reno/src/libexec/pcc/c2.vax/Test.d/botch1.c
25: 4.3BSD-Tahoe/usr/src/lib/c2/c2.vax/Test.d/botch1.c
Show the results in this format:
main(){ register int i,j; i %= j; j = i%8 ? 10 : 20; }