Update of /cvsroot/pygccxml/source/pygccxml/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pygccxml/parser
Modified Files:
project_reader.py scanner.py
Log Message:
I was ill and did not have my TortoiseCVS :-).
This commit contains documentation changes only.
Those changes had been done for latest release version.
Index: scanner.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pygccxml/parser/scanner.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** scanner.py 6 Apr 2006 06:15:58 -0000 1.23
--- scanner.py 20 Apr 2006 04:06:41 -0000 1.24
***************
*** 272,276 ****
elif attrs.has_key( XML_AN_RESTRICT ):
#TODO: find out what is restrict type
! #and I realy don't know what I should return
return volatile_t( attrs[XML_AN_TYPE] )
else:
--- 272,276 ----
elif attrs.has_key( XML_AN_RESTRICT ):
#TODO: find out what is restrict type
! #and I really don't know what I should return
return volatile_t( attrs[XML_AN_TYPE] )
else:
Index: project_reader.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pygccxml/parser/project_reader.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** project_reader.py 6 Apr 2006 06:15:58 -0000 1.29
--- project_reader.py 20 Apr 2006 04:06:41 -0000 1.30
***************
*** 349,353 ****
msg.append( "Why did it happen to me? Here is a short list of reasons: " )
msg.append( " 1. There are different preprocessor definitions applied on same file during compilation" )
! msg.append( " 2. GCC implementation details. Diamand class hierarchy will reproduce this behaviour." )
msg.append( " If name starts with '__vmi_class_type_info_pseudo' you can ignore this message." )
msg.append( " 3. Bug in pygccxml." )
--- 349,353 ----
msg.append( "Why did it happen to me? Here is a short list of reasons: " )
msg.append( " 1. There are different preprocessor definitions applied on same file during compilation" )
! msg.append( " 2. GCC implementation details. Diamand class hierarchy will reproduce this behavior." )
msg.append( " If name starts with '__vmi_class_type_info_pseudo' you can ignore this message." )
msg.append( " 3. Bug in pygccxml." )
|