diff options
Diffstat (limited to 'nim/interact.pas')
-rwxr-xr-x | nim/interact.pas | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/nim/interact.pas b/nim/interact.pas deleted file mode 100755 index aab3c7fc2..000000000 --- a/nim/interact.pas +++ /dev/null @@ -1,22 +0,0 @@ -// -// -// The Nimrod Compiler -// (c) Copyright 2008 Andreas Rumpf -// -// See the file "copying.txt", included in this -// distribution, for details about the copyright. -// -unit interact; - -// This file implements interactive sessions. - -interface - -{$include 'config.inc'} - -uses - nsystem, llstream, strutils, charsets, ropes, nstrtabs, msgs; - -implementation - -end. |