gcalctool r2270 - trunk/gcalctool
- From: kniederk svn gnome org
- To: svn-commits-list gnome org
- Subject: gcalctool r2270 - trunk/gcalctool
- Date: Thu, 16 Oct 2008 23:14:29 +0000 (UTC)
Author: kniederk
Date: Thu Oct 16 23:14:28 2008
New Revision: 2270
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2270&view=rev
Log:
Added PI to the possible cases. Hope this is correct. Most of the
infrastructure seemed to be there already...
Modified:
trunk/gcalctool/ce_parser.y
Modified: trunk/gcalctool/ce_parser.y
==============================================================================
--- trunk/gcalctool/ce_parser.y (original)
+++ trunk/gcalctool/ce_parser.y Thu Oct 16 23:14:28 2008
@@ -133,6 +133,7 @@
value:
exp {cp($1, $$);}
+| tPI %prec HIGH {mppi($$);}
;
exp:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]