[pygobject: 7/23] dsextras.py: add ggc4 to MSVC compatible struct packing comment



commit d03503d0412d173acb383926ab3c2d640dad3e3f
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Nov 3 07:00:40 2010 +0100

    dsextras.py: add ggc4 to MSVC compatible struct packing comment
    
    Signed-off-by: Dieter Verfaillie <dieterv optionexplicit be>

 dsextras.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dsextras.py b/dsextras.py
index 2b1b77f..945afd5 100644
--- a/dsextras.py
+++ b/dsextras.py
@@ -149,8 +149,8 @@ class BuildExt(build_ext):
            self.compiler.compiler_type == 'mingw32':
             # MSVC compatible struct packing is required.
             # Note gcc2 uses -fnative-struct while gcc3
-            # uses -mms-bitfields. Based on the version
-            # the proper flag is used below.
+            # and gcc4 use -mms-bitfields. Based on the
+            # version the proper flag is used below.
             msnative_struct = { '2' : '-fnative-struct',
                                 '3' : '-mms-bitfields',
                                 '4' : '-mms-bitfields'}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]