glsl2: rename local variable_entry class
authorBrian Paul <brianp@vmware.com>
Tue, 24 Aug 2010 16:21:25 +0000 (10:21 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Aug 2010 16:21:27 +0000 (10:21 -0600)
With MSVC it seems that this class and its constructor is colliding
with the one in ir_variable_refcount.cpp.  Rename the class here to
avoid the collision.

This is a bit of a hack.  Can the two variable_entry classes be merged
and shared?


No differences found