Fix typo.

From-SVN: r18434
This commit is contained in:
Jeffrey A Law 1998-03-06 22:24:29 +00:00 committed by Jeff Law
parent 33f7f35385
commit e817b5e377
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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"