Browse Source

HPCC-15013 Add fold and nofold to the list of valid external attrs

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 9 years ago
parent
commit
3e033bfbda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ecl/hql/hqlgram2.cpp

+ 1 - 1
ecl/hql/hqlgram2.cpp

@@ -3754,7 +3754,7 @@ IHqlExpression* HqlGram::checkServiceDef(IHqlScope* serviceScope,IIdAtom * name,
                 checkSvcAttrNoValue(attr, errpos);
             }
             else if ((name == userMatchFunctionAtom) || (name == costAtom) || (name == allocatorAtom) || (name == extendAtom) || (name == passParameterMetaAtom) ||
-                     (name == namespaceAtom) || (name==prototypeAtom))
+                     (name == namespaceAtom) || (name==prototypeAtom) || (name == foldAtom) || (name == nofoldAtom))
             {
             }
             else if (name == holeAtom)