slang: Remove dependencies on error tokens.
authorMichal Krol <michal@vmware.com>
Tue, 8 Sep 2009 08:33:49 +0000 (10:33 +0200)
committerMichal Krol <michal@vmware.com>
Tue, 8 Sep 2009 08:33:49 +0000 (10:33 +0200)
src/mesa/shader/slang/library/slang_shader.syn
src/mesa/shader/slang/library/slang_shader_syn.h

index cfd7b17b35d00e4bdf7234100dd28472267b08b8..f35356bf4a08624b2aebdc2624c4ce51843c5b7f 100644 (file)
 /* 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."
 
 
 /*
index d7ee0765613c40507221f9c90bd439ccef537a97..ca62d41b7f4fceda52518c5799b9f7a9009a5eef 100644 (file)
 ".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"