Change error message wording.
authorMichal Krol <mjkrol@gmail.org>
Tue, 16 May 2006 10:10:10 +0000 (10:10 +0000)
committerMichal Krol <mjkrol@gmail.org>
Tue, 16 May 2006 10:10:10 +0000 (10:10 +0000)
src/mesa/shader/slang/library/slang_shader.syn
src/mesa/shader/slang/library/slang_shader_syn.h

index 2f237ef7ddb043279055fe112df93809db03aa83..149bb15c44282819a2c408df2baf5621ad687a80 100644 (file)
 .emtcode PARAMETER_ARRAY_NOT_PRESENT                0
 .emtcode PARAMETER_ARRAY_PRESENT                    1
 
-.errtext INVALID_EXTERNAL_DECLARATION               "error 2001: invalid external declaration"
-.errtext INVALID_OPERATOR_OVERRIDE                  "error 2002: invalid operator override"
-.errtext LBRACE_EXPECTED                            "error 2003: '{' expected but '$err_token$' found"
-.errtext LPAREN_EXPECTED                            "error 2004: '(' expected but '$err_token$' found"
-.errtext RPAREN_EXPECTED                            "error 2005: ')' expected but '$err_token$' found"
+.errtext INVALID_EXTERNAL_DECLARATION               "2001: Invalid external declaration."
+.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."
 
 /* tells whether the shader that is being parsed is a built-in shader or not */
 /*   0 - normal behaviour */
index 04ae82ecd7cfdcd0ca04886860b6579ef8a51fcc..f08c329303ca70b63ad227ecfa6bcfad77a45078 100644 (file)
 ".emtcode PARAMETER_NEXT 1\n"
 ".emtcode PARAMETER_ARRAY_NOT_PRESENT 0\n"
 ".emtcode PARAMETER_ARRAY_PRESENT 1\n"
-".errtext INVALID_EXTERNAL_DECLARATION \"error 2001: invalid external declaration\"\n"
-".errtext INVALID_OPERATOR_OVERRIDE \"error 2002: invalid operator override\"\n"
-".errtext LBRACE_EXPECTED \"error 2003: '{' expected but '$err_token$' found\"\n"
-".errtext LPAREN_EXPECTED \"error 2004: '(' expected but '$err_token$' found\"\n"
-".errtext RPAREN_EXPECTED \"error 2005: ')' expected but '$err_token$' found\"\n"
+".errtext INVALID_EXTERNAL_DECLARATION \"2001: Invalid external declaration.\"\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"
 ".regbyte parsing_builtin 0\n"
 ".regbyte shader_type 0\n"
 "variable_identifier\n"