From 1be0464201292e60fc8dcd3b922d9c4c4ac52d41 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Sep 1994 17:49:36 +0000 Subject: [PATCH] Removed stupid line. Work on insertion in dictionary. Not finished yet. --- dict/close.c | 6 ++++-- dict/dclose.c | 11 +++++++++++ dict/dicttest.c | 6 ++++-- dict/dopen.c | 11 +++++++++++ dict/drdwr.c | 11 +++++++++++ dict/insert.c | 6 ++++-- dict/open.c | 6 ++++-- 7 files changed, 49 insertions(+), 8 deletions(-) diff --git a/dict/close.c b/dict/close.c index b954aa1..f4e30c0 100644 --- a/dict/close.c +++ b/dict/close.c @@ -4,9 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: close.c,v $ - * Revision 1.4 1994-09-01 17:44:06 adam + * Revision 1.5 1994-09-01 17:49:36 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + * Revision 1.4 1994/09/01 17:44:06 adam * depend include change. - * CVS ---------------------------------------------------------------------- * * Revision 1.3 1994/08/18 12:40:52 adam * Some development of dictionary. Not finished at all! diff --git a/dict/dclose.c b/dict/dclose.c index 5a7a65e..8120d90 100644 --- a/dict/dclose.c +++ b/dict/dclose.c @@ -1,3 +1,14 @@ +/* + * Copyright (C) 1994, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: dclose.c,v $ + * Revision 1.3 1994-09-01 17:49:36 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + */ + #include #include #include diff --git a/dict/dicttest.c b/dict/dicttest.c index 9290ca7..a8647c1 100644 --- a/dict/dicttest.c +++ b/dict/dicttest.c @@ -4,9 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dicttest.c,v $ - * Revision 1.3 1994-09-01 17:44:06 adam + * Revision 1.4 1994-09-01 17:49:37 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + * Revision 1.3 1994/09/01 17:44:06 adam * depend include change. - * CVS ---------------------------------------------------------------------- * * Revision 1.2 1994/08/18 12:40:54 adam * Some development of dictionary. Not finished at all! diff --git a/dict/dopen.c b/dict/dopen.c index d24e97c..8418239 100644 --- a/dict/dopen.c +++ b/dict/dopen.c @@ -1,3 +1,14 @@ +/* + * Copyright (C) 1994, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: dopen.c,v $ + * Revision 1.3 1994-09-01 17:49:37 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + */ + #include #include #include diff --git a/dict/drdwr.c b/dict/drdwr.c index c497068..7ec3046 100644 --- a/dict/drdwr.c +++ b/dict/drdwr.c @@ -1,3 +1,14 @@ +/* + * Copyright (C) 1994, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: drdwr.c,v $ + * Revision 1.5 1994-09-01 17:49:38 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + */ + #include #include #include diff --git a/dict/insert.c b/dict/insert.c index 3106f09..6d6b32c 100644 --- a/dict/insert.c +++ b/dict/insert.c @@ -4,9 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: insert.c,v $ - * Revision 1.4 1994-09-01 17:44:09 adam + * Revision 1.5 1994-09-01 17:49:39 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + * Revision 1.4 1994/09/01 17:44:09 adam * depend include change. - * CVS ---------------------------------------------------------------------- * * Revision 1.3 1994/08/18 12:40:56 adam * Some development of dictionary. Not finished at all! diff --git a/dict/open.c b/dict/open.c index 6b2679a..e5319b3 100644 --- a/dict/open.c +++ b/dict/open.c @@ -4,9 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: open.c,v $ - * Revision 1.4 1994-09-01 17:44:10 adam + * Revision 1.5 1994-09-01 17:49:39 adam + * Removed stupid line. Work on insertion in dictionary. Not finished yet. + * + * Revision 1.4 1994/09/01 17:44:10 adam * depend include change. - * CVS ---------------------------------------------------------------------- * * Revision 1.3 1994/08/18 12:40:58 adam * Some development of dictionary. Not finished at all! -- 1.7.10.4