vte r2352 - in trunk: . src



Author: behdad
Date: Fri Dec 26 03:10:39 2008
New Revision: 2352
URL: http://svn.gnome.org/viewvc/vte?rev=2352&view=rev

Log:
2008-12-25  Behdad Esfahbod  <behdad gnome org>

        Bug 565663 â compile failure because use static function in another .h
        file

        * src/vte.c: Don't mark extern function inline.



Modified:
   trunk/ChangeLog
   trunk/src/vte.c

Modified: trunk/src/vte.c
==============================================================================
--- trunk/src/vte.c	(original)
+++ trunk/src/vte.c	Fri Dec 26 03:10:39 2008
@@ -2933,7 +2933,7 @@
 
 
 /* Cleanup smart-tabs.  See vte_sequence_handler_ta() */
-inline void
+void
 _vte_terminal_cleanup_tab_fragments_at_cursor (VteTerminal *terminal)
 {
 	VteRowData *row = _vte_terminal_ensure_row (terminal);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]