From 5fabe928e36e49137e426d48b46554923e4d415a Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 May 2000 03:55:27 +0000 Subject: s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with the same function in the readline library. --- math/pspp/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/pspp/files/patch-ae (limited to 'math/pspp/files/patch-ae') diff --git a/math/pspp/files/patch-ae b/math/pspp/files/patch-ae new file mode 100644 index 000000000000..544f1d906044 --- /dev/null +++ b/math/pspp/files/patch-ae @@ -0,0 +1,11 @@ +--- 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); -- cgit v1.2.3