# HG changeset patch # User jwe # Date 1037060829 0 # Node ID 1297e388830f3e116e37b1a9cc3354954cd283e2 # Parent e05de825dbd6cab4432b9a8ae011456204d1bdee [project @ 2002-11-12 00:27:09 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-11-11 John W. Eaton + * 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. diff --git a/src/octave.gperf b/src/octave.gperf --- a/src/octave.gperf +++ b/src/octave.gperf @@ -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