diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 6ad8350..3fcd006 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -433,6 +433,7 @@ trad_stringify (pfile, base, len, argc, argv, pat, endpat, last) argv[i].rest_arg); last = CPP_WRITTEN (pfile); base = p + argv[i].len; + p = base; goto proceed; } p++; |