From: Gareth S B. <bes...@us...> - 2005-05-21 21:39:29
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31823 Modified Files: cimXmlOps.y Log Message: fix for http://sourceforge.net/tracker/index.php?func=detail&aid=1203985&group_id=128809&atid=712784 Index: cimXmlOps.y =================================================================== RCS file: /cvsroot/sblim/sfcb/cimXmlOps.y,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- cimXmlOps.y 26 Apr 2005 21:58:46 -0000 1.5 +++ cimXmlOps.y 21 May 2005 21:39:21 -0000 1.6 @@ -1907,7 +1907,11 @@ : XTOK_PROPERTY propertyData ZTOK_PROPERTY { $$.val=$2; - } + } + | XTOK_PROPERTYREFERENCE propertyData ZTOK_PROPERTYREFERENCE + { + $$.val=$2; + } ; propertyData |