Commit 50c60d34 by Manfred Hollstein

m68k.md (addqi3): Fix typo gen_INT vs.

�
	* config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
	* flow.c (life_analysis): #include <sys/types.h> to make sure
	size_t is defined.
	* cplus-dem.c (demangle_function_name): Likewise.

From-SVN: r18695
parent 4faca093
...@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
try not to break either. */ try not to break either. */
#include <ctype.h> #include <ctype.h>
#include <sys/types.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
......
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