summaryrefslogtreecommitdiff
path: root/src/resolve.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve.cc')
-rw-r--r--src/resolve.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resolve.cc b/src/resolve.cc
index 6df73cba..31dd3883 100644
--- a/src/resolve.cc
+++ b/src/resolve.cc
@@ -70,8 +70,8 @@ UniqueType *TypeRef::lookupTypeLiteral( Compiler *pd )
/* Interpret escape sequences and remove quotes. */
bool unusedCI;
String interp;
- prepareLitString( interp, unusedCI, pdaLiteral->token.data,
- pdaLiteral->token.loc );
+ prepareLitString( interp, unusedCI, pdaLiteral->data,
+ pdaLiteral->loc );
while ( nspace != 0 ) {
LiteralDictEl *ldel = nspace->literalDict.find( interp );