Skip to content
Snippets Groups Projects
Commit cee88e36 authored by John Kessenich's avatar John Kessenich
Browse files

Whitespace in preprocessor results; trying to eliminate differences.

parent fc9d2708
No related branches found
No related tags found
No related merge requests found
#extension GL_GOOGLE_cpp_style_line_directive : enable #extension GL_GOOGLE_cpp_style_line_directive : enable
0 0
#line 150 "a.h" #line 150 "a.h"
"a.h" "a.h"
#line 24 #line 24
"a.h" "a.h"
#line 42 #line 42
"a.h" "a.h"
#line 30 "b.cc" #line 30 "b.cc"
"b.cc" "b.cc"
#line 10 3 #line 10 3
3 3
#line 48 #line 48
3 3
#line 4 #line 4
3 3
#line 55 100 #line 55 100
100 100
#line 1000 "c" #line 1000 "c"
"c" "c"
#line 42 1 #line 42 1
1 1
#line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it" #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
"this-is-a-quite-long-name-maybe-i-should-shorten-it" "this-is-a-quite-long-name-maybe-i-should-shorten-it"
ERROR: 0:3: '#error' : at 0:3 ERROR: 0:3: '#error' : at 0:3
ERROR: a.h:150: '#error' : at a.h:150 ERROR: a.h:150: '#error' : at a.h:150
ERROR: a.h:24: '#error' : at a.h:24 ERROR: a.h:24: '#error' : at a.h:24
ERROR: a.h:42: '#error' : at a.h:42 ERROR: a.h:42: '#error' : at a.h:42
ERROR: b.cc:30: '#error' : at b.cc:30 ERROR: b.cc:30: '#error' : at b.cc:30
ERROR: 3:10: '#error' : at 3:10 ERROR: 3:10: '#error' : at 3:10
ERROR: 3:48: '#error' : at 3:48 ERROR: 3:48: '#error' : at 3:48
ERROR: 3:4: '#error' : at 3:4 ERROR: 3:4: '#error' : at 3:4
ERROR: 100:55: '#error' : at 100:55 ERROR: 100:55: '#error' : at 100:55
ERROR: c:1000: '#error' : at c:1000 ERROR: c:1000: '#error' : at c:1000
ERROR: 1:42: '#error' : at 1:42 ERROR: 1:42: '#error' : at 1:42
ERROR: this-is-a-quite-long-name-maybe-i-should-shorten-it:42: '#error' : at this-is-a-quite-long-name-maybe-i-should-shorten-it:42 ERROR: this-is-a-quite-long-name-maybe-i-should-shorten-it:42: '#error' : at this-is-a-quite-long-name-maybe-i-should-shorten-it:42
ERROR: 12 compilation errors. No code generated. ERROR: 12 compilation errors. No code generated.
ERROR: 0:8000: '#include' : required extension not requested: GL_GOOGLE_include_directive ERROR: 0:8000: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8000: '#include' : must be followed by a file designation ERROR: 0:8000: '#include' : must be followed by a file designation
ERROR: 0:8001: '#include' : required extension not requested: GL_GOOGLE_include_directive ERROR: 0:8001: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8001: '#include' : must be followed by a file designation ERROR: 0:8001: '#include' : must be followed by a file designation
ERROR: 0:8002: '#include' : required extension not requested: GL_GOOGLE_include_directive ERROR: 0:8002: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8002: '#include' : unexpected include directive ERROR: 0:8002: '#include' : unexpected include directive
ERROR: 0:8003: '#include' : required extension not requested: GL_GOOGLE_include_directive ERROR: 0:8003: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8003: '#include' : extra content after file designation ERROR: 0:8003: '#include' : extra content after file designation
ERROR: 0:8004: '#include' : required extension not requested: GL_GOOGLE_include_directive ERROR: 0:8004: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8004: '#include' : unexpected include directive ERROR: 0:8004: '#include' : unexpected include directive
ERROR: 10 compilation errors. No code generated. ERROR: 10 compilation errors. No code generated.
ERROR: 0:8000: '#include' : must be followed by a file designation ERROR: 0:8000: '#include' : must be followed by a file designation
ERROR: 0:8001: '#include' : must be followed by a file designation ERROR: 0:8001: '#include' : must be followed by a file designation
ERROR: 0:8002: '#include' : unexpected include directive ERROR: 0:8002: '#include' : unexpected include directive
ERROR: 0:8003: '#include' : extra content after file designation ERROR: 0:8003: '#include' : extra content after file designation
ERROR: 0:8004: '#include' : unexpected include directive ERROR: 0:8004: '#include' : unexpected include directive
ERROR: 5 compilation errors. No code generated. ERROR: 5 compilation errors. No code generated.
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits. // For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run). // For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "2.3.706" #define GLSLANG_REVISION "2.3.713"
#define GLSLANG_DATE "10-Aug-2015" #define GLSLANG_DATE "16-Aug-2015"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment