Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/27/2000 02:10:22
Module Name: basesrc
Committed By: jdolecek
Date: Thu Oct 26 23:10:22 UTC 2000
Modified Files:
basesrc/bin/expr: expr.y
Log Message:
fix operator precedence - | or & have lower priority than
arithmetic operations, compare, or :
This should fix bin/11318 by Love <lha@stacken.kth.se>
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/bin/expr/expr.y
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.