changeset 16838:f68b0f51c896

genprops.awk: Add comment about 'o','O', 'a' options no longer being processed. * libinterp/genprops.awk: Add comment about 'o','O', 'a' options no longer being processed.
author Rik <rik@octave.org>
date Mon, 24 Jun 2013 13:49:37 -0700
parents 75c17a8063f8
children 905329f73b4a
files libinterp/genprops.awk
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/genprops.awk
+++ b/libinterp/genprops.awk
@@ -70,6 +70,10 @@
 ##   S:  There is a custom extern definition for the type-specific set
 ##       function, so we emit only the declaration.
 ##
+################################################################################
+##   'o','O','a' are currently not processed.  They are commented out in code.
+################################################################################
+##    
 ##   o:  There is a custom inline definition for the octave_value version
 ##       of the set function, so we don't emit one.
 ##
@@ -98,6 +102,7 @@
 ##
 ##       constructor, which creates a new radio_property and so cannot
 ##       preserve the old list of possible values.
+################################################################################
 ##
 ##   l:  Add the line
 ##