projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4faca09
)
m68k.md (addqi3): Fix typo gen_INT vs.
author
Manfred Hollstein
<manfred@gcc.gnu.org>
Thu, 19 Mar 1998 00:09:47 +0000
(
00:09
+0000)
committer
Manfred Hollstein
<manfred@gcc.gnu.org>
Thu, 19 Mar 1998 00:09:47 +0000
(
00:09
+0000)
�
* 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
gcc/cplus-dem.c
patch
|
blob
|
history
diff --git
a/gcc/cplus-dem.c
b/gcc/cplus-dem.c
index 6aa5cb59b31c43f607a83644578b79680b6e224e..af9244909f7081240a197959513f2861ed3e3f9f 100644
(file)
--- a/
gcc/cplus-dem.c
+++ b/
gcc/cplus-dem.c
@@
-29,6
+29,7
@@
Boston, MA 02111-1307, USA. */
try not to break either. */
#include <ctype.h>
+#include <sys/types.h>
#include <string.h>
#include <stdio.h>