Fix problem with nested function calls such as y = f(f(x))
authorBrian <brian@yutani.localnet.net>
Wed, 7 Mar 2007 19:59:01 +0000 (12:59 -0700)
committerBrian <brian@yutani.localnet.net>
Wed, 7 Mar 2007 19:59:01 +0000 (12:59 -0700)
commit35d25c0ce4104d41feead679573543427f99a031
tree7165ff01cef64558b5a215105756c6957aa87e07
parent5b5a80d011d143f1bbd9be39dc4ca6a0af4bad7c
Fix problem with nested function calls such as y = f(f(x))

Replace CurFunction with curFuncEndLabel.
src/mesa/shader/slang/slang_codegen.c
src/mesa/shader/slang/slang_emit.c
src/mesa/shader/slang/slang_typeinfo.h