Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29955/semantics

Modified Files:
        subtyping.c 
Log Message:
-- Complete the hierarchy information (integer <-> decimal) for disjoint types.


U subtyping.c
Index: subtyping.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/subtyping.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- subtyping.c 9 May 2008 10:58:18 -0000       1.47
+++ subtyping.c 23 May 2008 13:04:49 -0000      1.48
@@ -1370,8 +1370,8 @@
 ,[ty_atomic ]      ={0,0,_,_,_,_,_,_,_,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0 
}
 ,[ty_untypedAtomic]={0,0,_,_,_,_,_,_,_,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_numeric]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0 
}
-,[ty_integer]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
-,[ty_decimal]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
+,[ty_integer]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
+,[ty_decimal]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_double ]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_string ]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_boolean]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 
}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to