mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
maint: remove IRIX support
* src/ptx.c (main) [HAVE_SETCHRCLASS]: Remove call to setchrclass. * src/stty.c (VREPRINT) [!VREPRINT && VRPRNT]: Remove definition.
This commit is contained in:
parent
1b12425f67
commit
dba5cdc24e
@ -1780,10 +1780,6 @@ main (int argc, char **argv)
|
||||
|
||||
atexit (close_stdout);
|
||||
|
||||
#if HAVE_SETCHRCLASS
|
||||
setchrclass (nullptr);
|
||||
#endif
|
||||
|
||||
while (optchar = getopt_long (argc, argv, "AF:GM:ORS:TW:b:i:fg:o:trw:",
|
||||
long_options, nullptr),
|
||||
optchar != EOF)
|
||||
|
||||
@ -131,9 +131,6 @@
|
||||
#if defined VDSUSP && !defined CDSUSP
|
||||
# define CDSUSP Control ('y')
|
||||
#endif
|
||||
#if !defined VREPRINT && defined VRPRNT /* Irix 4.0.5 */
|
||||
# define VREPRINT VRPRNT
|
||||
#endif
|
||||
#if defined VREPRINT && !defined CRPRNT
|
||||
# define CRPRNT Control ('r')
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user