mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 9.0.0287: Irix systems no longer exist
Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)
This commit is contained in:
committed by
Bram Moolenaar
parent
6d24a51b94
commit
aebc6ef7cd
@@ -252,7 +252,7 @@ static xsmp_config_T xsmp;
|
||||
/*
|
||||
* I have seen
|
||||
* extern char *_sys_siglist[NSIG];
|
||||
* on Irix, Linux, NetBSD and Solaris. It contains a nice list of strings
|
||||
* on Linux, NetBSD and Solaris. It contains a nice list of strings
|
||||
* that describe the signals. That is nearly what we want here. But
|
||||
* autoconf does only check for sys_siglist (without the underscore), I
|
||||
* do not want to change everything today.... jw.
|
||||
|
Reference in New Issue
Block a user