This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2026-05-21 17:38:08 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
75286c2d08
mesa
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
090-hash-error.c.expected
2 lines
47 B
Text
Raw
Normal View
History
Unescape
Escape
glsl/glcpp: Fix off-by-one error in column in first-line error messages For the first line we were initializing the column to 1, but for all subsequent lines we were initializing the column to 0. The column number is advanced for each token read before any error message is printed. So the 0 value is the correct initialization, (so that the first column is reported as column 1). With this extremely minor change, many of the .expected files are updated such that error messages for the first line now have the correct column number in them. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2014-06-20 19:17:28 -07:00
0:1(1): preprocessor error: #error human error
Reference in a new issue
Copy permalink