libsoup r1122 - trunk/libsoup
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: libsoup r1122 - trunk/libsoup
- Date: Sat, 5 Apr 2008 14:32:13 +0100 (BST)
Author: danw
Date: Sat Apr 5 14:32:12 2008
New Revision: 1122
URL: http://svn.gnome.org/viewvc/libsoup?rev=1122&view=rev
Log:
* libsoup/soup-method.c: Explicitly assign each of the variables
to NULL, because that apparently causes the OS X linker to treat
them differently than if they are left implicitly NULL. #522957.
Modified:
trunk/libsoup/soup-method.h
Modified: trunk/libsoup/soup-method.h
==============================================================================
--- trunk/libsoup/soup-method.h (original)
+++ trunk/libsoup/soup-method.h Sat Apr 5 14:32:12 2008
@@ -6,6 +6,8 @@
#ifndef SOUP_METHOD_H
#define SOUP_METHOD_H 1
+#include <libsoup/soup-types.h>
+
G_BEGIN_DECLS
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]