mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 16:55:43 +08:00
Fix typo.
From-SVN: r18434
This commit is contained in:
parent
33f7f35385
commit
e817b5e377
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user