STYLE: mark compatibility level for keyword redirectType (issue #912)

- was replaced with "name" in 1706
This commit is contained in:
Mark Olesen
2018-07-05 09:26:26 +02:00
parent f3f30c94b4
commit f7dc92d744
12 changed files with 33 additions and 76 deletions

View File

@ -49,13 +49,9 @@ functions
{
error
{
// Load the library containing the 'coded' functionObject
libs ("libutilityFunctionObjects.so");
type coded;
// Name of on-the-fly generated functionObject
name error;
name error;
type coded;
libs ("libutilityFunctionObjects.so");
codeEnd
#{