diff options
author | Brian <brian@yutani.localnet.net> | 2006-12-19 08:59:19 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2006-12-19 08:59:19 -0700 |
commit | 8473ae475fab751b14a42f76643f48c3a746d94c (patch) | |
tree | 19be442a67c38b5704a4b4e6182742aedee8ecd1 /src/mesa/shader | |
parent | 194bc5afbde4c6b144289e7542612ef52e0e5bd4 (diff) |
new error msg
Diffstat (limited to 'src/mesa/shader')
-rw-r--r-- | src/mesa/shader/slang/slang_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_compile.c b/src/mesa/shader/slang/slang_compile.c index 463088fc5c..6aed167e3f 100644 --- a/src/mesa/shader/slang/slang_compile.c +++ b/src/mesa/shader/slang/slang_compile.c @@ -2097,7 +2097,7 @@ compile_with_grammar(grammar id, const char *source, slang_code_unit * unit, slang_string_free(&preprocessed); grammar_get_last_error((byte *) (buf), sizeof(buf), &pos); slang_info_log_error(infolog, buf); - RETURN_ERROR("syntax error", 0); + RETURN_ERROR("syntax error (possibly in library code)", 0); } slang_string_free(&preprocessed); |