summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/Options.h')
-rw-r--r--apps/gperf/src/Options.h36
1 files changed, 16 insertions, 20 deletions
diff --git a/apps/gperf/src/Options.h b/apps/gperf/src/Options.h
index 36d8427c11d..4b102892a32 100644
--- a/apps/gperf/src/Options.h
+++ b/apps/gperf/src/Options.h
@@ -1,25 +1,25 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
// $Id$
-// Copyright (C) 1989 Free Software Foundation, Inc.
-// written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
+/* Copyright (C) 1989 Free Software Foundation, Inc.
+ written by Douglas C. Schmidt (schmidt@ics.uci.edu)
-// This file is part of GNU GPERF.
+This file is part of GNU GPERF.
-// This program is free software; you can redistribute it and/or
-// modify it under the terms of the GNU General Public License
-// as published by the Free Software Foundation; either version 2
-// of the License, or (at your option) any later version.
+GNU GPERF is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 1, or (at your option) any
+later version.
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+GNU GPERF is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+You should have received a copy of the GNU General Public License
+along with GNU GPERF; see the file COPYING. If not, write to the Free
+Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111,
+USA. */
#ifndef OPTIONS_H
#define OPTIONS_H
@@ -112,7 +112,6 @@ public:
static int initial_value (void);
static int total_switches (void);
static const char *function_name (void);
- static const char *fill_default (void);
static const char *key_name (void);
static const char *class_name (void);
static const char *hash_name (void);
@@ -151,9 +150,6 @@ private:
static const char *function_name_;
// Names used for generated lookup function.
-
- static const char *fill_default_;
- // Expression used to assign default values in keyword table.
static const char *key_name_;
// Name used for keyword key.