projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c60d3
)
m68k.md (addqi3): Fix typo gen_INT vs.
author
Manfred Hollstein
<manfred@gcc.gnu.org>
Thu, 19 Mar 1998 00:09:48 +0000
(
00:09
+0000)
committer
Manfred Hollstein
<manfred@gcc.gnu.org>
Thu, 19 Mar 1998 00:09:48 +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: r18696
gcc/flow.c
patch
|
blob
|
history
diff --git
a/gcc/flow.c
b/gcc/flow.c
index 54ec3136f23657e71798242bbb277cf575443212..6dd84a42c214f539689411e72c87f487ad386427 100644
(file)
--- a/
gcc/flow.c
+++ b/
gcc/flow.c
@@
-109,6
+109,7
@@
Boston, MA 02111-1307, USA. */
reg_n_calls_crosses and reg_basic_block. */
\f
#include "config.h"
+#include <sys/types.h>
#include <stdio.h>
#include "rtl.h"
#include "basic-block.h"