summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_codegen.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-02 15:29:48 -0700
committerBrian <brian@yutani.localnet.net>2007-02-02 15:29:48 -0700
commitfe45343df98ecdc06039b68d5a249a41f9e9e11e (patch)
tree63a436ea0ae1a910c8038eca481bf41cadc045f9 /src/mesa/shader/slang/slang_codegen.c
parent884fdfeb2272802e3103321edfed9cb198950e90 (diff)
s/slang_assembly_name_space/slang_name_space/
Diffstat (limited to 'src/mesa/shader/slang/slang_codegen.c')
-rw-r--r--src/mesa/shader/slang/slang_codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c
index 222bf113cc..d972118de6 100644
--- a/src/mesa/shader/slang/slang_codegen.c
+++ b/src/mesa/shader/slang/slang_codegen.c
@@ -1267,7 +1267,7 @@ _slang_first_function(struct slang_function_scope_ *scope, const char *name)
slang_function *
_slang_locate_function(const slang_function_scope * funcs, slang_atom a_name,
const slang_operation * args, GLuint num_args,
- const slang_assembly_name_space * space,
+ const slang_name_space * space,
slang_atom_pool * atoms)
{
GLuint i;