* Fixed the $Id stuff.

git-svn-id: svn://svn.zoy.org/elk/trunk@63 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-08-30 16:16:52 +00:00
parent 85776d6862
commit 70f0b556a7
8 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
Numerous users of the Extension Language Kit (too many to mention them
all) have contributed ideas, suggestions for improvements, bug reports,

2
BUGS
View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
Generational/Incremental Garbage Collector

View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
Compilation and Installation Instructions for Elk
-------------------------------------------------

View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
Sun-3 and Sun-4, SunOS 4.1

View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
This file lists changes in the interpreter kernel that affect the C/C++
interface to applications using Elk and to Elk extensions, and (in

2
README
View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
This is Elk 3.99, a pre-release of Elk 4.0, the Extension Language Kit.

2
TODO
View File

@ -1,4 +1,4 @@
$Id: foo$
$Id$
Interpreter kernel

View File

@ -1,3 +1,5 @@
# $Id$
AC_INIT(src/main.c)
AC_PREREQ(2.50)