summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.c b/re.c
index 544e9944..fa94fdd6 100644
--- a/re.c
+++ b/re.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1991-2019, 2021 the Free Software Foundation, Inc.
+ * Copyright (C) 1991-2019, 2021, 2022, the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -388,7 +388,7 @@ void
dfaerror(const char *s)
{
fatal("%s", s);
- exit(EXIT_FATAL); /* for DJGPP */
+ exit(EXIT_FATAL);
}
/* re_cache_get --- populate regexp cache if empty */