From cbb8a3c762ba6034e5ae0c35e6d04c2de130f933 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 21 Jun 2012 08:45:02 +0000 Subject: 30518: attempt to supply tgoto() prototype when missing only. For Solaris 10 and earlier. --- Src/zsh_system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/zsh_system.h') diff --git a/Src/zsh_system.h b/Src/zsh_system.h index f38533023..f20a7bb90 100644 --- a/Src/zsh_system.h +++ b/Src/zsh_system.h @@ -874,3 +874,7 @@ extern short ospeed; # endif # endif #endif + +#ifdef TGOTO_PROTO_MISSING +char *tgoto(const char *cap, int col, int row); +#endif -- cgit 1.4.1