pkgsrc/math/guppi/patches/patch-aj
dbj 0733d92a38 move static function declarations from inside functions to toplevel
remove static from merror definition to match header declartion
bump PKGREVISION for merror change
this fixes compile problems on darwin
2006-06-13 07:23:58 +00:00

20 lines
586 B
Text

$NetBSD: patch-aj,v 1.1 2006/06/13 07:23:58 dbj Exp $
--- src/libguppidata/guppi-data.c.orig 2001-11-19 00:40:40.000000000 -0500
+++ src/libguppidata/guppi-data.c
@@ -58,6 +58,7 @@
#include "guppi-data-transform.h"
#endif
+static void build_menu (GuppiData *, GtkMenu *, gpointer);
static GtkObjectClass *parent_class = NULL;
@@ -1079,7 +1080,6 @@ validate_class (GuppiDataClass *klass)
static void
guppi_data_class_init (GuppiDataClass *klass)
{
- static void build_menu (GuppiData *, GtkMenu *, gpointer);
GtkObjectClass *object_class = (GtkObjectClass *) klass;