comparison src/os_unix.c @ 2520:6768ebd0bc04 vim73

Remove unused code.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Aug 2010 16:38:42 +0200
parents e1c84b92c881
children 538cd3220874
comparison
equal deleted inserted replaced
2519:a76416990f54 2520:6768ebd0bc04
666 in_mch_delay = FALSE; 666 in_mch_delay = FALSE;
667 } 667 }
668 else 668 else
669 WaitForChar(msec); 669 WaitForChar(msec);
670 } 670 }
671
672 #if 0 /* disabled, no longer needed now that regmatch() is not recursive */
673 # if defined(HAVE_GETRLIMIT)
674 # define HAVE_STACK_LIMIT
675 # endif
676 #endif
677 671
678 #if defined(HAVE_STACK_LIMIT) \ 672 #if defined(HAVE_STACK_LIMIT) \
679 || (!defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGSTACK)) 673 || (!defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGSTACK))
680 # define HAVE_CHECK_STACK_GROWTH 674 # define HAVE_CHECK_STACK_GROWTH
681 /* 675 /*