mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
slang: Remove dependencies on error tokens.
This commit is contained in:
parent
0aeff7638b
commit
7e6e5cd60a
2 changed files with 10 additions and 10 deletions
|
|
@ -274,11 +274,11 @@
|
|||
/* any syntax errors... */
|
||||
.errtext INVALID_EXTERNAL_DECLARATION "2001: Syntax error."
|
||||
.errtext INVALID_OPERATOR_OVERRIDE "2002: Invalid operator override."
|
||||
.errtext LBRACE_EXPECTED "2003: '{' expected but '$err_token$' found."
|
||||
.errtext LPAREN_EXPECTED "2004: '(' expected but '$err_token$' found."
|
||||
.errtext RPAREN_EXPECTED "2005: ')' expected but '$err_token$' found."
|
||||
.errtext INVALID_PRECISION "2006: Invalid precision specifier '$err_token$'."
|
||||
.errtext INVALID_PRECISION_TYPE "2007: Invalid precision type '$err_token$'."
|
||||
.errtext LBRACE_EXPECTED "2003: '{' expected but token found."
|
||||
.errtext LPAREN_EXPECTED "2004: '(' expected but token found."
|
||||
.errtext RPAREN_EXPECTED "2005: ')' expected but token found."
|
||||
.errtext INVALID_PRECISION "2006: Invalid precision specifier."
|
||||
.errtext INVALID_PRECISION_TYPE "2007: Invalid precision type."
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -150,11 +150,11 @@
|
|||
".emtcode PARAMETER_ARRAY_PRESENT 1\n"
|
||||
".errtext INVALID_EXTERNAL_DECLARATION \"2001: Syntax error.\"\n"
|
||||
".errtext INVALID_OPERATOR_OVERRIDE \"2002: Invalid operator override.\"\n"
|
||||
".errtext LBRACE_EXPECTED \"2003: '{' expected but '$err_token$' found.\"\n"
|
||||
".errtext LPAREN_EXPECTED \"2004: '(' expected but '$err_token$' found.\"\n"
|
||||
".errtext RPAREN_EXPECTED \"2005: ')' expected but '$err_token$' found.\"\n"
|
||||
".errtext INVALID_PRECISION \"2006: Invalid precision specifier '$err_token$'.\"\n"
|
||||
".errtext INVALID_PRECISION_TYPE \"2007: Invalid precision type '$err_token$'.\"\n"
|
||||
".errtext LBRACE_EXPECTED \"2003: '{' expected but token found.\"\n"
|
||||
".errtext LPAREN_EXPECTED \"2004: '(' expected but token found.\"\n"
|
||||
".errtext RPAREN_EXPECTED \"2005: ')' expected but token found.\"\n"
|
||||
".errtext INVALID_PRECISION \"2006: Invalid precision specifier.\"\n"
|
||||
".errtext INVALID_PRECISION_TYPE \"2007: Invalid precision type.\"\n"
|
||||
".regbyte parsing_builtin 0\n"
|
||||
".regbyte shader_type 0\n"
|
||||
"variable_identifier\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue