commit | 5ad28e14b60b32e19ecf54b87aae5f02bac6b361 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Aug 03 04:53:29 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Aug 03 04:53:29 2004 +0000 |
tree | 19ca8633770281f53beb9caff63cefe469ca7b14 | |
parent | bec69f6a2e372f78649d4fe13bbc0357ca1057b5 [diff] |
Tweak previous patch to silence a warning about the unused left value in the comma expression in listpop() that was being returned. Still essentially unused (as it is meant to be), but now the compiler thinks it is worth *something* by having it incremented.