update to CLP(QR). Note that CLP(Q) is still unsupported.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2145 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2008-03-13 17:16:47 +00:00
parent e59b7fb409
commit 0e45f242d4
43 changed files with 10850 additions and 6599 deletions

View File

@@ -406,6 +406,7 @@ static Opdef Ops[] = {
{"+", fx, 500},
{"-", fx, 500},
{"\\", fx, 500},
{"rdiv", yfx, 400},
{"*", yfx, 400},
{"/", yfx, 400},
{"<<", yfx, 400},