summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/main.c b/main.c
index 1a7f642c..999361c3 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2021,
+ * Copyright (C) 1986, 1988, 1989, 1991-2022,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
@@ -25,7 +25,7 @@
*/
/* FIX THIS BEFORE EVERY RELEASE: */
-#define UPDATE_YEAR 2021
+#define UPDATE_YEAR 2022
#include "awk.h"
#include "getopt.h"
@@ -1862,10 +1862,6 @@ platform_name()
return "vms";
#elif defined(__MINGW32__)
return "mingw";
-#elif defined(__DJGPP__)
- return "djgpp";
-#elif defined(__EMX__)
- return "os2";
#elif defined(USE_EBCDIC)
return "os390";
#else