]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Avoiding some potentially confusing name space clashes
authorDirk Hohndel <dirk@hohndel.org>
Thu, 5 Jan 2012 16:16:08 +0000 (08:16 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Thu, 5 Jan 2012 16:55:18 +0000 (08:55 -0800)
We have local variables or function arguments with the same names as
function static variables (or in one case, function arguments).

While all the current code was correct, it could potentially cause
confusion when chasing bugs or reviewing patches. This should make things
clearer.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>

No differences found