changeset 4166:1297e388830f

[project @ 2002-11-12 00:27:09 by jwe]
author jwe
date Tue, 12 Nov 2002 00:27:09 +0000
parents e05de825dbd6
children aae05d51353c
files src/ChangeLog src/octave.gperf
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Nov 11 23:25:48 2002 +0000
+++ b/src/ChangeLog	Tue Nov 12 00:27:09 2002 +0000
@@ -1,5 +1,7 @@
 2002-11-11  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* octave.gperf: Allow "persistent" as a synonym for static.
+
 	* defun-int.h (DEFUN_MAPPER_INTERNAL): Don't forget doc string
 	when creating octave_mapper object.
 
--- a/src/octave.gperf	Mon Nov 11 23:25:48 2002 +0000
+++ b/src/octave.gperf	Tue Nov 12 00:27:09 2002 +0000
@@ -66,6 +66,7 @@
 gsplot, PLOT, gsplot_kw
 if, IF, if_kw
 otherwise, OTHERWISE, otherwise_kw
+persistent, STATIC, static_kw
 replot, PLOT, replot_kw
 return, FUNC_RET, return_kw
 static, STATIC, static_kw