From 5390e2e92fe2f540d49eec37adff79fc88b44b9a Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 13 Aug 2001 22:52:33 +0000 Subject: [PATCH] fix bad declaration of readline_jmpbuf git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@141 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/iopreds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/iopreds.c b/C/iopreds.c index 3b512ab1d..244782998 100644 --- a/C/iopreds.c +++ b/C/iopreds.c @@ -88,7 +88,7 @@ int in_getc = FALSE; FILE *rl_instream, *rl_outstream; #endif -jmp_buf readline_jmpbuf; +sigjmp_buf readline_jmpbuf; #endif