projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f7f35
)
Fix typo.
author
Jeffrey A Law
<law@cygnus.com>
Fri, 6 Mar 1998 22:24:29 +0000
(22:24 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 6 Mar 1998 22:24:29 +0000
(15:24 -0700)
From-SVN: r18434
gcc/cp/ChangeLog
patch
|
blob
|
history
gcc/cp/method.c
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index cd81c113359cd827d078e1dd3ef8ca4975d2a072..d8951911d644772d7028a248250dd3563b9f4fd3 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,3
+1,7
@@
+Fri Mar 6 23:27:35 1998 Jeffrey A Law (law@cygnus.com)
+
+ * method.c: Fix typo.
+
Fri Mar 6 10:06:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* method.c: Include "system.h" to get stdlib.h, stdio.h,
diff --git
a/gcc/cp/method.c
b/gcc/cp/method.c
index bcb6ea4e6fd74d3a172feb4949137c4a1debaebd..7efaf655c4828aa612235ec37f22405102590f5d 100644
(file)
--- a/
gcc/cp/method.c
+++ b/
gcc/cp/method.c
@@
-31,7
+31,7
@@
Boston, MA 02111-1307, USA. */
/* Handle method declarations. */
#include "config.h"
-#include "system.h
+#include "system.h
"
#include "tree.h"
#include "cp-tree.h"
#include "obstack.h"