We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1676c48 commit a798875Copy full SHA for a798875
fixfiles.fs
@@ -18,4 +18,4 @@
18
\ along with this program. If not, see http://www.gnu.org/licenses/.
19
20
s" GFORTHDESTDIR" getenv ." Fix prefix: '" 2dup type ." '" cr
21
-included-files $[]# 0 [?DO] [I] included-files $[]@ over [IF] open-fpath-file 0= [IF] rot close-file throw 2over 2over 2swap string-prefix? [IF] 2 pick /string compact-filename ." rework to: " 2dup type cr [THEN] [I] included-files $[] off [I] included-files $[]! [THEN] [ELSE] 2drop [THEN] [LOOP] 2drop
+included-files $[]# 0 [?DO] [I] included-files $[]@ over [IF] open-fpath-file 0= [IF] rot close-file throw 2over 2over 2swap string-prefix? [IF] 2 pick /string compact-filename [THEN] [I] included-files $[] off [I] included-files $[]! [THEN] [ELSE] 2drop [THEN] [LOOP] 2drop
0 commit comments