From 9c4fbdace9e3d488bdb3666817953df068349ade Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 31 Jan 2018 10:20:39 -0500 Subject: [PATCH] symtable: Only consider first lv:rate ancestor for parent (bugfix) This is a situation that should never happen (I haven't yet determined whether or not we should support this type of thing in the future), but when it does, do something intelligent. * src/current/include/preproc/symtable.xsl (preproc:symtable)[c:*[@generates]]: Consider only first ancestor lv:rate. --- src/current/include/preproc/symtable.xsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/current/include/preproc/symtable.xsl b/src/current/include/preproc/symtable.xsl index e8fefe5a..e011565b 100644 --- a/src/current/include/preproc/symtable.xsl +++ b/src/current/include/preproc/symtable.xsl @@ -705,7 +705,10 @@ - + +