Merge branch 'poly' of gitea.larke.org:kevin/libcw into poly

This commit is contained in:
kevin 2024-07-29 10:29:26 -04:00
commit 9260db5b56

View File

@ -941,7 +941,8 @@ cw::rc_t cw::objectFromString( const char* s, object_t*& objRef )
if( lexId == lex::kErrorLexTId )
{
goto errLabel;
rc = cwLogError(kSyntaxErrorRC,"A lexical element was not recognized.");
goto errLabel;
}
// if the root has only one child then make the child the root