0
0
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:
Yegappan Lakshmanan
2022-08-27 21:24:26 +01:00
committed by Bram Moolenaar
parent 6d24a51b94
commit aebc6ef7cd
8 changed files with 7 additions and 99 deletions

View File

@@ -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.