File: no-common

package info (click to toggle)
speech-tools 1%3A2.5.0-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 9,992 kB
  • sloc: cpp: 67,350; ansic: 12,174; sh: 4,055; java: 3,748; makefile: 1,112; lisp: 711; perl: 396; awk: 85; xml: 9
file content (15 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Applied-Upstream: https://github.com/festvox/speech_tools/commit/55bdddcca80906d63090872309c0a7838bf44f44
---
 siod/editline.c |    1 -
 1 file changed, 1 deletion(-)

--- a/siod/editline.c
+++ b/siod/editline.c
@@ -73,7 +73,6 @@
 /* modified by awb to allow specifcation of history size at run time  */
 /* (though only once)                                                 */
 int editline_histsize=256;
-char *editline_history_file;
 /* If this is defined it'll be called for completion first, before the */
 /* internal file name completion will be                               */
 EL_USER_COMPLETION_FUNCTION_TYPE*el_user_completion_function = NULL;