8 | | 3. Add preprocessor comments to allow ANGLE to build on older versions of clang. Basically, copy [http://trac.webkit.org/changeset/154223 this commit] |
| 8 | 3. Add preprocessor comments to allow ANGLE to build on older versions of clang. Basically, copy [http://trac.webkit.org/changeset/154223 this commit] (although we no longer run the bison generation step, so you only need to touch the .cpp files) |
| 9 | 4. Update ShaderLang.h to include "khrplatform.h" not "KHR/khrplatform.h" |
| 10 | 5. Define YY_NO_INPUT in Tokenizer.cpp |
| 11 | |
| 12 | |