diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-13 12:04:55 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-13 12:04:55 +0000 |
commit | 0bdce46a07b97a95e39e8b8ff75500596236ec27 (patch) | |
tree | 6b2d01925752517a8ca051b22675c1754fd9efe3 /contrib/gperf/src/iterator.cc | |
parent | 533744c77137b94ed05e2ca445ba97d71c79ee5f (diff) | |
download | FreeBSD-src-0bdce46a07b97a95e39e8b8ff75500596236ec27.zip FreeBSD-src-0bdce46a07b97a95e39e8b8ff75500596236ec27.tar.gz |
Virgin import of gperf v2.7.2.
Diffstat (limited to 'contrib/gperf/src/iterator.cc')
-rw-r--r-- | contrib/gperf/src/iterator.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/gperf/src/iterator.cc b/contrib/gperf/src/iterator.cc index dd9d27e..ca66bbb 100644 --- a/contrib/gperf/src/iterator.cc +++ b/contrib/gperf/src/iterator.cc @@ -1,5 +1,5 @@ /* Provides an Iterator for keyword characters. - Copyright (C) 1989-1998 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) This file is part of GNU GPERF. @@ -20,7 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "iterator.h" -#include <stream.h> #include <ctype.h> #include "trace.h" |