0733d92a38
remove static from merror definition to match header declartion bump PKGREVISION for merror change this fixes compile problems on darwin
20 lines
586 B
Text
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;
|
|
|