GNOME Bugzilla – Bug 702786
Fix build of pygi-info.c on C89 compilers
Last modified: 2013-06-21 05:22:02 UTC
Created attachment 247403 [details] [review] Don't define a variable in the middle of the block Hi, I was trying to build PyGObject 3.8.3 and 3.9.2 with Visual Studio and apparently there was a definition of a variable that accidentally went to the middle of the block, which the compiler didn't like. So, as a result, I came up with a very simple patch to address the issue. With blessings, thank you!
Applied, thank you!