Skip to content

Commit

Permalink
Merge pull request #2428 from yebblies/initlist
Browse files Browse the repository at this point in the history
[DDMD] Remove initializer list
  • Loading branch information
AndrejMitrovic committed Jul 30, 2013
2 parents edc3fb9 + e1b6f6f commit b4c16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexer.c
Expand Up @@ -217,8 +217,8 @@ OutBuffer Lexer::stringbuffer;
Lexer::Lexer(Module *mod,
utf8_t *base, size_t begoffset, size_t endoffset,
int doDocComment, int commentToken)
: loc(mod, 1)
{
loc = Loc(mod, 1);
//printf("Lexer::Lexer(%p,%d)\n",base,length);
//printf("lexer.mod = %p, %p\n", mod, this->loc.mod);
memset(&token,0,sizeof(token));
Expand Down

0 comments on commit b4c16b0

Please sign in to comment.