Commit ad58aabe by Diego Novillo Committed by Diego Novillo

gengtype-parse.c (parse_error): Add newline after message.


	* gengtype-parse.c (parse_error): Add newline after message.

From-SVN: r146721
parent a7a3cf5c
2009-04-24 Diego Novillo <dnovillo@google.com>
* gengtype-parse.c (parse_error): Add newline after message.
2009-04-24 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/sse.md (avxmodesuffixs): Removed.
......
......@@ -141,6 +141,8 @@ parse_error (const char *msg, ...)
vfprintf (stderr, msg, ap);
va_end (ap);
fputc ('\n', stderr);
hit_error = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment