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-af | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/pspp/files/patch-af (limited to 'math/pspp/files/patch-af') diff --git a/math/pspp/files/patch-af b/math/pspp/files/patch-af new file mode 100644 index 000000000000..d2c7453bf2a2 --- /dev/null +++ b/math/pspp/files/patch-af @@ -0,0 +1,11 @@ +--- src/groff-font.c.orig Sat May 27 18:57:34 2000 ++++ src/groff-font.c Sat May 27 18:57:45 2000 +@@ -100,7 +100,7 @@ + int prev_index = -1; + + #if unix +- fn = tilde_expand (fn); ++ fn = my_tilde_expand (fn); + #endif + + verbose_msg (1, _("%s: Opening Groff font file..."), fn); -- cgit v1.2.3