gegl r2988 - in trunk: . gegl gegl/buffer gegl/operation gegl/property-types
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2988 - in trunk: . gegl gegl/buffer gegl/operation gegl/property-types
- Date: Thu, 26 Mar 2009 18:06:34 +0000 (UTC)
Author: martinn
Date: Thu Mar 26 18:06:34 2009
New Revision: 2988
URL: http://svn.gnome.org/viewvc/gegl?rev=2988&view=rev
Log:
Older aix and irix compilers choke on trailing commas in enum decls
Patch from Gary V. Vaughan.
Modified:
trunk/ChangeLog
trunk/gegl/buffer/gegl-cache.c
trunk/gegl/buffer/gegl-tile-backend-ram.c
trunk/gegl/buffer/gegl-tile-handler-zoom.c
trunk/gegl/gegl-debug.h
trunk/gegl/operation/gegl-operation-composer.c
trunk/gegl/operation/gegl-operation-composer3.c
trunk/gegl/operation/gegl-operation-filter.c
trunk/gegl/property-types/gegl-path.c
Modified: trunk/gegl/buffer/gegl-cache.c
==============================================================================
--- trunk/gegl/buffer/gegl-cache.c (original)
+++ trunk/gegl/buffer/gegl-cache.c Thu Mar 26 18:06:34 2009
@@ -41,7 +41,7 @@
PROP_Y,
PROP_WIDTH,
PROP_HEIGHT,
- PROP_NODE,
+ PROP_NODE
};
enum
Modified: trunk/gegl/buffer/gegl-tile-backend-ram.c
==============================================================================
--- trunk/gegl/buffer/gegl-tile-backend-ram.c (original)
+++ trunk/gegl/buffer/gegl-tile-backend-ram.c Thu Mar 26 18:06:34 2009
@@ -220,7 +220,7 @@
enum
{
- PROP_0,
+ PROP_0
};
static gpointer
Modified: trunk/gegl/buffer/gegl-tile-handler-zoom.c
==============================================================================
--- trunk/gegl/buffer/gegl-tile-handler-zoom.c (original)
+++ trunk/gegl/buffer/gegl-tile-handler-zoom.c Thu Mar 26 18:06:34 2009
@@ -31,7 +31,7 @@
{
PROP_0,
PROP_TILE_STORAGE,
- PROP_BACKEND,
+ PROP_BACKEND
};
#include <babl/babl.h>
Modified: trunk/gegl/gegl-debug.h
==============================================================================
--- trunk/gegl/gegl-debug.h (original)
+++ trunk/gegl/gegl-debug.h Thu Mar 26 18:06:34 2009
@@ -12,7 +12,7 @@
GEGL_DEBUG_BUFFER_SAVE = 1 << 2,
GEGL_DEBUG_TILE_BACKEND = 1 << 3,
GEGL_DEBUG_PROCESSOR = 1 << 4,
- GEGL_DEBUG_CACHE = 1 << 5,
+ GEGL_DEBUG_CACHE = 1 << 5
} GeglDebugFlag;
/* only compiled in from gegl-init.c but kept here to
Modified: trunk/gegl/operation/gegl-operation-composer.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-composer.c (original)
+++ trunk/gegl/operation/gegl-operation-composer.c Thu Mar 26 18:06:34 2009
@@ -36,7 +36,7 @@
PROP_0,
PROP_OUTPUT,
PROP_INPUT,
- PROP_AUX,
+ PROP_AUX
};
static void get_property (GObject *gobject,
Modified: trunk/gegl/operation/gegl-operation-composer3.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-composer3.c (original)
+++ trunk/gegl/operation/gegl-operation-composer3.c Thu Mar 26 18:06:34 2009
@@ -37,7 +37,7 @@
PROP_OUTPUT,
PROP_INPUT,
PROP_AUX,
- PROP_AUX2,
+ PROP_AUX2
};
static void get_property (GObject *gobject,
Modified: trunk/gegl/operation/gegl-operation-filter.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-filter.c (original)
+++ trunk/gegl/operation/gegl-operation-filter.c Thu Mar 26 18:06:34 2009
@@ -35,7 +35,7 @@
{
PROP_0,
PROP_OUTPUT,
- PROP_INPUT,
+ PROP_INPUT
};
static void get_property (GObject *gobject,
Modified: trunk/gegl/property-types/gegl-path.c
==============================================================================
--- trunk/gegl/property-types/gegl-path.c (original)
+++ trunk/gegl/property-types/gegl-path.c Thu Mar 26 18:06:34 2009
@@ -696,7 +696,7 @@
enum
{
- PROP_0,
+ PROP_0
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]