Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12904/pathfinder/compiler/mil

Modified Files:
        milprint.c 
Log Message:

fixing compilation error

.../pathfinder/compiler/mil/milprint.c:433: error: initialized field overwritten
.../pathfinder/compiler/mil/milprint.c:433: error: (near initialization for 
‘ID[111]’)

there is no need to initialize the same field twice with the same value


U milprint.c
Index: milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- milprint.c  10 Mar 2009 12:20:44 -0000      1.93
+++ milprint.c  13 Mar 2009 08:37:05 -0000      1.94
@@ -429,7 +429,6 @@
     , [m_egsum]    = "{sum}"
     , [m_prod]     = "prod"
     , [m_gprod]    = "{prod}"
-    , [m_gprod]    = "{prod}"
     , [m_bat]      = "bat"
     , [m_catch]    = "CATCH"
     , [m_error]    = "ERROR"


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to