[vte] Bug 596011 - Problem compiling vte 0.22.0 on Solaris
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Bug 596011 - Problem compiling vte 0.22.0 on Solaris
- Date: Thu, 24 Sep 2009 18:28:37 +0000 (UTC)
commit 8ad12cd15ad4dc5e7eb40398e4b835af31f34c0f
Author: Behdad Esfahbod <behdad behdad org>
Date: Thu Sep 24 14:25:47 2009 -0400
Bug 596011 - Problem compiling vte 0.22.0 on Solaris
src/vterowdata.c | 2 +-
src/vterowdata.h | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/vterowdata.c b/src/vterowdata.c
index 5736a79..fadd434 100644
--- a/src/vterowdata.c
+++ b/src/vterowdata.c
@@ -91,7 +91,7 @@ _vte_row_data_fini (VteRowData *row)
row->cells = NULL;
}
-inline gboolean
+static inline gboolean
_vte_row_data_ensure (VteRowData *row, guint len)
{
VteCells *cells = _vte_cells_for_cell_array (row->cells);
diff --git a/src/vterowdata.h b/src/vterowdata.h
index 32bef72..1ad4c70 100644
--- a/src/vterowdata.h
+++ b/src/vterowdata.h
@@ -162,7 +162,6 @@ _vte_row_data_get_writable (VteRowData *row, guint col)
void _vte_row_data_init (VteRowData *row);
void _vte_row_data_clear (VteRowData *row);
void _vte_row_data_fini (VteRowData *row);
-gboolean _vte_row_data_ensure (VteRowData *row, guint len);
void _vte_row_data_insert (VteRowData *row, guint col, const VteCell *cell);
void _vte_row_data_append (VteRowData *row, const VteCell *cell);
void _vte_row_data_remove (VteRowData *row, guint col);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]