smkelly 2004/04/30 20:59:43 PDT
FreeBSD src repository
Modified files:
usr.bin/m4 expr.c
Log:
Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator
precedence. Add short-circuit evaluation.
PR: bin/60914
Reviewed by: petef
Discussed with: jeff, petef
Revision Changes Path
1.14 +173 -154 src/usr.bin/m4/expr.c