From 13ceb6d14cffbe4a6defe833a95fa968d8081df0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 17 Oct 2004 00:20:42 +0100 Subject: [PATCH] Fix typo in last entry. From-SVN: r89159 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9604aa4a0fee..cfc0ac2a3ae0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2004-10-17 Joseph S. Myers - * c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and + * c-common.h (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE. * c-parse.in (PTR_VALUE, PTR_BASE, PTR_EXTENT): Remove %token declarations.