From 96e0406e327365ade6ea08b4583d327b230e0b9b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 29 Nov 2002 12:52:20 +0000 Subject: [PATCH] Comment. --- src/bool-array.cc | 1 + src/hash-table.cc | 1 + src/read-line.cc | 1 + 3 files changed, 3 insertions(+) diff --git a/src/bool-array.cc b/src/bool-array.cc index 4fc6d01..64a4fd0 100644 --- a/src/bool-array.cc +++ b/src/bool-array.cc @@ -20,6 +20,7 @@ If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Specification. */ #include "bool-array.h" #include diff --git a/src/hash-table.cc b/src/hash-table.cc index 3eccc17..b6622ba 100644 --- a/src/hash-table.cc +++ b/src/hash-table.cc @@ -20,6 +20,7 @@ If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Specification. */ #include "hash-table.h" #include diff --git a/src/read-line.cc b/src/read-line.cc index 1b34225..7459afe 100644 --- a/src/read-line.cc +++ b/src/read-line.cc @@ -21,6 +21,7 @@ If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Specification. */ #include "read-line.h" #ifndef __OPTIMIZE__