Update of /cvsroot/playerstage/code/player/libplayerxdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9485/libplayerxdr

Modified Files:
      Tag: release-2-0-patches
        playerxdrgen.py 
Log Message:
merged many changes from HEAD

Index: playerxdrgen.py
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/playerxdrgen.py,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** playerxdrgen.py     28 Feb 2006 05:15:41 -0000      1.7
--- playerxdrgen.py     22 Sep 2006 23:58:34 -0000      1.7.2.1
***************
*** 151,156 ****
    
          # Do some name mangling for common types
!         if type == 'int64_t':
!           xdr_proc = 'xdr_long'
          elif type == 'uint64_t':
            xdr_proc = 'xdr_u_long'
--- 151,158 ----
    
          # Do some name mangling for common types
!       if type == 'long long':
!         xdr_proc = 'xdr_longlong_t'
!         elif type == 'int64_t':
!           xdr_proc = 'xdr_longlong_t'
          elif type == 'uint64_t':
            xdr_proc = 'xdr_u_long'


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to