diff options
author | johans <johans@FreeBSD.org> | 2014-03-27 02:52:27 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-03-27 02:52:27 +0800 |
commit | e7dff8eb71519a2ba2aec50da6e7cdb32ca08461 (patch) | |
tree | 2e461e532208df54426b41be0b3c205ced92271f /lang/swi-pl/files | |
parent | 61bc4fd67112047b89c842a3709a48c345488afb (diff) | |
download | freebsd-ports-gnome-e7dff8eb71519a2ba2aec50da6e7cdb32ca08461.tar.gz freebsd-ports-gnome-e7dff8eb71519a2ba2aec50da6e7cdb32ca08461.tar.zst freebsd-ports-gnome-e7dff8eb71519a2ba2aec50da6e7cdb32ca08461.zip |
- Update to SWI Prolog 6.6.4
- Remove patch file (now included upstream)
Diffstat (limited to 'lang/swi-pl/files')
-rw-r--r-- | lang/swi-pl/files/patch-src_os_pl-rl.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/swi-pl/files/patch-src_os_pl-rl.c b/lang/swi-pl/files/patch-src_os_pl-rl.c deleted file mode 100644 index b4ed6118688e..000000000000 --- a/lang/swi-pl/files/patch-src_os_pl-rl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/os/pl-rl.c.orig 2014-03-15 18:04:05.000000000 +0100 -+++ src/os/pl-rl.c 2014-03-15 18:04:29.000000000 +0100 -@@ -96,7 +96,6 @@ extern void add_history(char *); /* shou - /* readline.h versions */ - extern int rl_begin_undo_group(void); /* delete when conflict arrises! */ - extern int rl_end_undo_group(void); --extern Function *rl_event_hook; - #ifndef HAVE_RL_FILENAME_COMPLETION_FUNCTION - #define rl_filename_completion_function filename_completion_function - extern char *filename_completion_function(const char *, int); |