fix bad declaration of readline_jmpbuf

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@141 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2001-08-13 22:52:33 +00:00
parent 5d5ddd864e
commit 5390e2e92f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ int in_getc = FALSE;
FILE *rl_instream, *rl_outstream;
#endif
jmp_buf readline_jmpbuf;
sigjmp_buf readline_jmpbuf;
#endif