Revision: 9109
          http://playerstage.svn.sourceforge.net/playerstage/?rev=9109&view=rev
Author:   thjc
Date:     2012-11-17 21:59:32 +0000 (Sat, 17 Nov 2012)
Log Message:
-----------
remove struct names from typedef in files generated for swig
this fixes many warnings and some potential errors on 64bit systems.

Modified Paths:
--------------
    
code/player/trunk/client_libs/libplayerc/bindings/python/playerc_swig_parse.py

Modified: 
code/player/trunk/client_libs/libplayerc/bindings/python/playerc_swig_parse.py
===================================================================
--- 
code/player/trunk/client_libs/libplayerc/bindings/python/playerc_swig_parse.py  
    2012-11-17 10:06:02 UTC (rev 9108)
+++ 
code/player/trunk/client_libs/libplayerc/bindings/python/playerc_swig_parse.py  
    2012-11-17 21:59:32 UTC (rev 9109)
@@ -195,7 +195,7 @@
 
     # Pattern to recognise structure definitions
     struct=re.compile("""
-        (?P<decl>typedef\s+struct\s*\w*\s*)  # Declaration
+        (?P<decl>typedef\s+struct\s*)\w*\s*  # Declaration
         {(?P<body>.*?)}(?P<footer>\s*        # Body
         (?P<name>playerc_\w+?)(_t)?          # Name
         \s*;)
@@ -268,4 +268,4 @@
         file.write(accessor_interface.replace("TYPE",type))
     file.write(ifaceStream)
     file.close()
-    
\ No newline at end of file
+    

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to