src/Tools/expandshort
changeset 2041 a3262b93c1d2
parent 1567 02bbdc811ae7
child 2062 8d4558d95e9a
--- a/src/Tools/expandshort	Thu Sep 26 17:15:19 1996 +0200
+++ b/src/Tools/expandshort	Thu Sep 26 17:30:52 1996 +0200
@@ -28,6 +28,7 @@
 s/eresolve_tac *\[\([a-zA-Z0-9_]*\)\] */etac \1 /g
 s/resolve_tac *\[\([a-zA-Z0-9_]*\)\] */rtac \1 /g
 s/rewrite_goals_tac *\[\([a-zA-Z0-9_]*\)\]\( *\)/rewtac \1\2/g
+s/rtac *(\([a-zA-Z0-9_]*\)  *RS  *ssubst)  */stac \1 /g
 ' $f~~ | expand > $f
 done
 echo Finished.