0733d92a38
remove static from merror definition to match header declartion bump PKGREVISION for merror change this fixes compile problems on darwin
17 lines
489 B
Text
17 lines
489 B
Text
$NetBSD: patch-al,v 1.1 2006/06/13 07:23:58 dbj Exp $
|
|
|
|
--- src/libguppiplot/guppi-axis-markers.c.orig 2002-01-20 22:19:05.000000000 -0500
|
|
+++ src/libguppiplot/guppi-axis-markers.c
|
|
@@ -47,10 +47,11 @@ enum {
|
|
|
|
static guint gam_signals[LAST_SIGNAL] = { 0 };
|
|
|
|
+static void clear (GuppiAxisMarkers *);
|
|
+
|
|
static void
|
|
guppi_axis_markers_finalize (GtkObject * obj)
|
|
{
|
|
- static void clear (GuppiAxisMarkers *);
|
|
GuppiAxisMarkers *gal = GUPPI_AXIS_MARKERS (obj);
|
|
|
|
guppi_finalized (obj);
|