Date: Fri, 30 Apr 2004 20:59:43 -0700 (PDT) From: Sean Kelly <smkelly@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 expr.c Message-ID: <200405010359.i413xhBO069015@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405010359.i413xhBO069015>
