# HG changeset patch # User Rik # Date 1372106977 25200 # Node ID f68b0f51c896d1f8a76a4fdea3f99f026398c570 # Parent 75c17a8063f8c30804337e01cea90e3e77a1a855 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. diff -r 75c17a8063f8 -r f68b0f51c896 libinterp/genprops.awk --- a/libinterp/genprops.awk Mon Jun 24 22:34:22 2013 +0200 +++ b/libinterp/genprops.awk Mon Jun 24 13:49:37 2013 -0700 @@ -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 ##