1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/math/pspp/files/patch-ae
Steve Price 5fabe928e3 s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with the
same function in the readline library.
2000-05-28 03:55:27 +00:00

12 lines
324 B
Plaintext

--- src/getline.c.orig Sat May 27 18:57:13 2000
+++ src/getline.c Sat May 27 18:57:18 2000
@@ -384,7 +384,7 @@
if (!history_file)
{
#if unix
- history_file = tilde_expand (HISTORY_FILE);
+ history_file = my_tilde_expand (HISTORY_FILE);
#endif
using_history ();
read_history (history_file);