]> granicus.if.org Git - python/commit
Removed compiler warning about wanting explicit grouping around &&
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 05:15:44 +0000 (05:15 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 05:15:44 +0000 (05:15 +0000)
commit562f62aa9b87121ba6086c4dee74130f003c9422
treefc6571a76827ac31d9201fa917b99c0d2027f205
parentdd19eaf966662ecacdf9d7d8c31e07a4d634d228
Removed compiler warning about wanting explicit grouping around &&
expression next to a || expression; this is a readability-inspired
warning from GCC.
Objects/abstract.c