ref: 4eda2c207ed04ee707ff37e1a87ddd73d1c4d180
parent: 5dc96d4078a27015fd1277d7779410a0498cbe2b
author: Roberto E. Vargas Caballero <[email protected]>
date: Sat Jul 18 14:33:50 EDT 2015
Small style change in cpp.c
--- a/cc1/cpp.c
+++ b/cc1/cpp.c
@@ -418,7 +418,7 @@
if (yytoken == EOFTOK)
return;
- if (*yytext != '\"'|| yylen == 1)
+ if (*yytext != '\"' || yylen == 1)
error("second parameter of #line is not a valid filename");
free(input->fname);
input->fname = xstrdup(yylval.sym->u.s);