diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-27 11:18:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-27 11:18:56 +0200 |
commit | d6fe1f907f495863c3ff6875f9d308e5d08ee0ff (patch) | |
tree | 8cb4f73c3034b9f494c38f71a5956490a8de2e76 /interpret.h | |
parent | 915d9b93c16bce9ff740df7ab0ba2e2c2a3a516f (diff) | |
download | egawk-d6fe1f907f495863c3ff6875f9d308e5d08ee0ff.tar.gz egawk-d6fe1f907f495863c3ff6875f9d308e5d08ee0ff.tar.bz2 egawk-d6fe1f907f495863c3ff6875f9d308e5d08ee0ff.zip |
Improve messge translatability in debug.c. Update copyright in interpret.h.
Diffstat (limited to 'interpret.h')
-rw-r--r-- | interpret.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpret.h b/interpret.h index 90573af4..15d77522 100644 --- a/interpret.h +++ b/interpret.h @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2017 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. |