]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/preprocessor.cpp
Follow the GLSL syntax rules more closely
[libs/gl.git] / source / glsl / preprocessor.cpp
index 3c190221952ab7758fdbbc984c071abb41d39c8f..bf2d4b4de0c2b226fcbb90becd48047b9c93946b 100644 (file)
@@ -14,8 +14,6 @@ Preprocessor::Preprocessor(Tokenizer &t):
 
 void Preprocessor::preprocess()
 {
-       tokenizer.expect("#");
-
        string token = tokenizer.peek_token();
        if(token=="pragma")
                preprocess_pragma();