Update of /cvsroot/cpptool/rfta/src/rftaparser
In directory sc8-pr-cvs1:/tmp/cvs-serv31665
Modified Files:
UnparsedDeclarationListMutator.cpp
Log Message:
-- fixed mutator for new start/end position
Index: UnparsedDeclarationListMutator.cpp
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rftaparser/UnparsedDeclarationListMutator.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** UnparsedDeclarationListMutator.cpp 29 Apr 2003 10:29:16 -0000 1.2
--- UnparsedDeclarationListMutator.cpp 6 Sep 2003 21:37:48 -0000 1.3
***************
*** 35,42 ****
node->getStartIndex();
! const char *end = start + node->getLength();
!
! ++start;
! --end;
ParseContext::ParentNodePusher pusher( node, context );
--- 35,39 ----
node->getStartIndex();
! const char *end = start + node->getLength();
ParseContext::ParentNodePusher pusher( node, context );
|