gcalctool r2270 - trunk/gcalctool



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]