diff xf.pl @ 2:61743469ee56 sicstus4

*** empty log message ***
author kono
date Fri, 31 Aug 2007 23:33:02 +0900
parents cfb7c6b24319
children
line wrap: on
line diff
--- a/xf.pl	Thu Aug 30 14:57:44 2007 +0900
+++ b/xf.pl	Fri Aug 31 23:33:02 2007 +0900
@@ -51,6 +51,7 @@
 systemp( waitevent(_)).
 
 systemp(abolish(_,_)).
+systemp(r_abolish(_,_)).
 systemp(abort).
 systemp(arg(_,_,_)).
 systemp(assert(_)).
@@ -140,7 +141,7 @@
 systemp('LC').
 systemp('NOLC').
 systemp('!').
-systemp('\+').
+systemp('\\+').
 systemp(_'<'_).
 systemp(_'=<'_).
 systemp('>'(_,_)).
@@ -148,7 +149,7 @@
 systemp('='(_,_)).
 systemp('=..'(_,_)).
 systemp('=='(_,_)).
-systemp('\=='(_,_)).
+systemp('\\=='(_,_)).
 systemp('@<'(_,_)).
 systemp('@=<'(_,_)).
 systemp('@>'(_,_)).