summaryrefslogtreecommitdiffstats
path: root/unix/dltest
diff options
context:
space:
mode:
Diffstat (limited to 'unix/dltest')
-rw-r--r--unix/dltest/Makefile.in2
-rw-r--r--unix/dltest/README2
-rw-r--r--unix/dltest/configure.in2
-rw-r--r--unix/dltest/pkga.c2
-rw-r--r--unix/dltest/pkgb.c2
-rw-r--r--unix/dltest/pkgc.c2
-rw-r--r--unix/dltest/pkgd.c2
-rw-r--r--unix/dltest/pkge.c3
-rw-r--r--unix/dltest/pkgf.c2
9 files changed, 10 insertions, 9 deletions
diff --git a/unix/dltest/Makefile.in b/unix/dltest/Makefile.in
index 2197b4b..1f1035f 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -1,7 +1,7 @@
# This Makefile is used to create several test cases for Tcl's load
# command. It also illustrates how to take advantage of configuration
# exported by Tcl to set up Makefiles for shared libraries.
-# SCCS: @(#) Makefile.in 1.12 97/02/22 14:13:54
+# RCS: @(#) $Id: Makefile.in,v 1.1.2.1 1998/09/24 23:59:47 stanton Exp $
CC = @CC@
LIBS = @TCL_BUILD_LIB_SPEC@ @TCL_LIBS@ -lc
diff --git a/unix/dltest/README b/unix/dltest/README
index f4e54d4..51ba6eb 100644
--- a/unix/dltest/README
+++ b/unix/dltest/README
@@ -9,4 +9,4 @@ Tcl before configuring here, since information learned during Tcl's
configure is needed here. Then type "make" to create the shared
libraries.
-sccsid: @(#) README 1.2 95/08/22 08:13:23
+RCS: @(#) $Id: README,v 1.1.2.1 1998/09/24 23:59:47 stanton Exp $
diff --git a/unix/dltest/configure.in b/unix/dltest/configure.in
index 29924e9..ee3df12 100644
--- a/unix/dltest/configure.in
+++ b/unix/dltest/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(pkga.c)
-# SCCS: @(#) configure.in 1.9 96/04/15 09:50:20
+# RCS: @(#) $Id: configure.in,v 1.1.2.1 1998/09/24 23:59:47 stanton Exp $
# Recover information that Tcl computed with its configure script.
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c
index ab48522..6323f23 100644
--- a/unix/dltest/pkga.c
+++ b/unix/dltest/pkga.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkga.c 1.4 96/02/15 12:30:35
+ * RCS: @(#) $Id: pkga.c,v 1.1.2.1 1998/09/24 23:59:47 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgb.c b/unix/dltest/pkgb.c
index 1da9575..4ebf616 100644
--- a/unix/dltest/pkgb.c
+++ b/unix/dltest/pkgb.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgb.c 1.4 96/02/15 12:30:34
+ * RCS: @(#) $Id: pkgb.c,v 1.1.2.1 1998/09/24 23:59:48 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgc.c b/unix/dltest/pkgc.c
index c35189a..50c132a 100644
--- a/unix/dltest/pkgc.c
+++ b/unix/dltest/pkgc.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgc.c 1.4 96/02/15 12:30:35
+ * RCS: @(#) $Id: pkgc.c,v 1.1.2.1 1998/09/24 23:59:48 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgd.c b/unix/dltest/pkgd.c
index 56821cc..1077bd5 100644
--- a/unix/dltest/pkgd.c
+++ b/unix/dltest/pkgd.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgd.c 1.4 96/02/15 12:30:32
+ * RCS: @(#) $Id: pkgd.c,v 1.1.2.1 1998/09/24 23:59:48 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c
index f5b84a6..cce07ae 100644
--- a/unix/dltest/pkge.c
+++ b/unix/dltest/pkge.c
@@ -10,8 +10,9 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkge.c 1.6 97/10/20 13:17:59
+ * RCS: @(#) $Id: pkge.c,v 1.1.2.2 1998/09/24 23:59:48 stanton Exp $
*/
+
#include "tcl.h"
/*
diff --git a/unix/dltest/pkgf.c b/unix/dltest/pkgf.c
index d7c641a..c36ce0c 100644
--- a/unix/dltest/pkgf.c
+++ b/unix/dltest/pkgf.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgf.c 1.2 96/02/15 12:30:32
+ * RCS: @(#) $Id: pkgf.c,v 1.1.2.1 1998/09/24 23:59:48 stanton Exp $
*/
#include "tcl.h"