aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/preprocessor/PpTokens.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'glslang/MachineIndependent/preprocessor/PpTokens.cpp')
-rw-r--r--glslang/MachineIndependent/preprocessor/PpTokens.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/glslang/MachineIndependent/preprocessor/PpTokens.cpp b/glslang/MachineIndependent/preprocessor/PpTokens.cpp
index e17eeafd..7ed58703 100644
--- a/glslang/MachineIndependent/preprocessor/PpTokens.cpp
+++ b/glslang/MachineIndependent/preprocessor/PpTokens.cpp
@@ -121,7 +121,7 @@ int TPpContext::TokenStream::getToken(TParseContextBase& parseContext, TPpToken
if (atom == '#') {
if (peekToken('#')) {
parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)");
- parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, nullptr, "token pasting (##)");
+ parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, 0, "token pasting (##)");
currentPos++;
atom = PpAtomPaste;
}