someTIMES
authorrich <rich>
Fri, 7 Sep 2007 23:35:15 +0000 (23:35 +0000)
committerrich <rich>
Fri, 7 Sep 2007 23:35:15 +0000 (23:35 +0000)
.cvsignore [new file with mode: 0644]
jonesforth.S

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..c7227f0
--- /dev/null
@@ -0,0 +1 @@
+jonesforth
\ No newline at end of file
index e82bd1fc921d2fab5d62418af34daed0dd7c2fd7..4277547e95f76aed79244fd108fb2008a0d56991 100644 (file)
@@ -1,4 +1,4 @@
-/* A somewhat minimal FORTH interpreter for Linux / i386 systems. -*- asm -*-
+/* A sometimes minimal FORTH interpreter for Linux / i386 systems. -*- asm -*-
  * By Richard W.M. Jones <rich@annexia.org>
  *
  * gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S