changeset 702:d25b51e90542 trunk

[svn] - remove %expect 37
author nenolod
date Thu, 22 Feb 2007 07:19:39 -0800
parents 07fa51808275
children cae46214b8bf
files ChangeLog src/rovascope/libcalc/parser.y
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 21 04:41:29 2007 -0800
+++ b/ChangeLog	Thu Feb 22 07:19:39 2007 -0800
@@ -1,3 +1,11 @@
+2007-02-21 12:41:29 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1488]
+  - remove workaround.
+  
+  trunk/src/madplug/input.c |    4 ----
+  1 file changed, 4 deletions(-)
+
+
 2007-02-21 10:02:10 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1486]
   - fix a ringbuffering error. found by purify.
--- a/src/rovascope/libcalc/parser.y	Wed Feb 21 04:41:29 2007 -0800
+++ b/src/rovascope/libcalc/parser.y	Thu Feb 22 07:19:39 2007 -0800
@@ -19,9 +19,6 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
  */
 
-/* suppress conflict warnings */
-%expect 37
-
 /* C declarations. */
 %{
 #include <ctype.h>