diff --git a/isitthere/d2kw.sh b/isitthere/d2kw.sh index 247f6ffe..3b7c08b4 100644 --- a/isitthere/d2kw.sh +++ b/isitthere/d2kw.sh @@ -1 +1 @@ -isitthere --if=d2kw.txt --ml=512 --hf=0 \ No newline at end of file +isitthere --if=d2kw.txt --ml=512 --fk=pascal --of=d2kw.pas --fn=keywordsMap \ No newline at end of file diff --git a/isitthere/d2sp.sh b/isitthere/d2sp.sh index dffd3075..e661db53 100644 --- a/isitthere/d2sp.sh +++ b/isitthere/d2sp.sh @@ -1 +1 @@ -isitthere --if=d2sp.txt --ml=16 --hf=0 \ No newline at end of file +isitthere --if=d2sp.txt --ml=16 --fk=pascal --of=d2sp.pas --fn=specialKeywordsMap \ No newline at end of file diff --git a/isitthere/gdbstop.sh b/isitthere/gdbstop.sh index 1f752884..1143ac9b 100644 --- a/isitthere/gdbstop.sh +++ b/isitthere/gdbstop.sh @@ -1 +1 @@ -isitthere --if=gdbstop.txt --ml=16 --hf=0 \ No newline at end of file +isitthere --if=gdbstop.txt --ml=16 --fk=pascal --of=gdbstop.pas --fn=stopReasons \ No newline at end of file