seed r519 - trunk/modules/readline



Author: racarr
Date: Sat Dec 20 08:28:01 2008
New Revision: 519
URL: http://svn.gnome.org/viewvc/seed?rev=519&view=rev

Log:
Some compilation fixes on some systems for readline module.

Modified:
   trunk/modules/readline/seed-readline.c

Modified: trunk/modules/readline/seed-readline.c
==============================================================================
--- trunk/modules/readline/seed-readline.c	(original)
+++ trunk/modules/readline/seed-readline.c	Sat Dec 20 08:28:01 2008
@@ -1,5 +1,6 @@
 #include "../../libseed/seed.h"
 #include <ffi.h>
+#include <stdio.h>
 #include <readline/readline.h>
 #include <readline/history.h>
 #include <sys/mman.h>
@@ -126,12 +127,12 @@
 
 	seed_create_function(eng->context, 
 						 "readline",
-						 &seed_readline,
+						 seed_readline,
 						 namespace_ref);
 
 	seed_create_function(eng->context, 
 						 "bind",
-						 &seed_readline_bind,
+						 seed_readline_bind,
 						 namespace_ref);
 	
 	seed_object_set_property(eng->context, 



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