forked from qt-creator/qt-creator
Compile.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "glslparser.h"
|
||||
#include <cctype>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
using namespace GLSL;
|
||||
|
||||
@@ -79,7 +80,7 @@ enum {
|
||||
|
||||
int Lexer::yylex_helper(const char **position, int *line)
|
||||
{
|
||||
again:
|
||||
again:
|
||||
while (std::isspace(_yychar))
|
||||
yyinp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user