* Nuke it since there is no grep option (that I could see) to
reverse -i or ignore the GREP_OPTIONS variable
* Patch by Daniel Lowe
# " A " is a global absolute symbol, that is a symbol with a fixed
# assembly time value (which is used for offset calculations).
-nm -p "$@" | grep -v " [abcdgIiNnrstUuvw?-] "
+nm -p "$@" | GREP_OPTIONS='' grep -v " [abcdgIiNnrstUuvw?-] "
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.11.3"
+"1.0.11.4"