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:
Collin Funk 2025-10-02 19:15:34 -07:00
parent 1b12425f67
commit dba5cdc24e
2 changed files with 0 additions and 7 deletions

View File

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

View File

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