summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-01-18 17:32:50 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-01-18 17:32:50 +0000
commitb3c9546613b7375183b956c018225b1dd318c763 (patch)
treee7b3409a88b6efc9b08818af3d3bc7ea38c35c37 /browser-plugin
parent474d7c7b45ad41a7121dd179d402ea3e882d6125 (diff)
downloadtotem-b3c9546613b7375183b956c018225b1dd318c763.tar.gz
Patch from Damien Carbery to fix varargs usage for Solaris (Closes:
2007-01-18 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemPlugin.cpp: Patch from Damien Carbery to fix varargs usage for Solaris (Closes: #398080) svn path=/trunk/; revision=3917
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemPlugin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 8e97a5a5d..453b985d2 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -71,7 +71,11 @@
#include "debug.h"
// really noisy debug
+#ifdef G_HAVE_ISO_VARARGS
+#define DD(...)
+#elifdef G_HAVE_GNUC_VARARGS
#define DD(args...)
+#endif
#include "totemPluginGlue.h"
#include "totemPlugin.h"