]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms/fdfixh.sed
Small clean-up of the sed scripts.
[features.git] / src / frontends / xforms / forms / fdfixh.sed
index 2c2138509b586a7efc72b6e6f657e64905e69151..1fb3649ef8f411459b1466f0aa824e63e8fdf3e4 100644 (file)
@@ -99,9 +99,8 @@ d
 i\
 
 # 2. Rewrite "} FD_xxx;" as   "struct FD_xxx {" and append a d-tor.
-s/} \(.*\);/struct \1 {/p
-# When the wrappers are here, delete this line and the p-print command above
-/struct/s/struct \(.*\) {/     ~\1();/
+s/} \(.*\);/struct \1 {\
+       ~\1();/
 
 # 3. Paste the contents of the hold space beneath it
 G