From a02132dac456875f395614bbc4cc2931a9ac409f Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 8 Oct 2018 06:52:52 -0400 Subject: Re-generate depfile parser with re2cc 1.0.1 --- src/depfile_parser.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/depfile_parser.cc b/src/depfile_parser.cc index 345fa15..24e374f 100644 --- a/src/depfile_parser.cc +++ b/src/depfile_parser.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 0.16 */ +/* Generated by re2c 1.1.1 */ // Copyright 2011 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -108,8 +108,7 @@ yy5: break; } yy6: - ++in; - yych = *in; + yych = *++in; if (yybm[0+yych] & 128) { goto yy6; } -- cgit v0.12