changeset 5150:5f82526a4c66

[project @ 2005-02-18 22:26:10 by jwe]
author jwe
date Fri, 18 Feb 2005 22:26:11 +0000
parents 8b7b4ffab39c
children b142b5a0d6be
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 18 21:59:24 2005 +0000
+++ b/src/ChangeLog	Fri Feb 18 22:26:11 2005 +0000
@@ -1,5 +1,7 @@
 2005-02-18  John W. Eaton  <jwe@octave.org>
 
+	* Makefile.in (oct-gperf.h): Remove -E from list of gperf options.
+
 	* data.cc (do_permute): Use zero-based indexing for permutation
 	vector that is passed to octave_value::permute method.
 	Allow permutation vector longer	than number of dimenensions of
--- a/src/Makefile.in	Fri Feb 18 21:59:24 2005 +0000
+++ b/src/Makefile.in	Fri Feb 18 22:26:11 2005 +0000
@@ -531,7 +531,7 @@
 
 oct-gperf.h: octave.gperf
 	@echo "making $@ from $<"
-	@$(GPERF) -t -C -D -E -G -L C++ -Z octave_kw_hash \
+	@$(GPERF) -t -C -D -G -L C++ -Z octave_kw_hash \
 	  $< | $(SED) 's,lookup\[,gperf_lookup[,' > $@-t
 	@$(top_srcdir)/move-if-change $@-t $@