summaryrefslogtreecommitdiff
path: root/ext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-16 12:05:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-16 12:05:30 +0300
commit6ffa69e5703cd9453a8adfb8ad61f3171f615f46 (patch)
tree7e0346e48ccd3308e203e9255dba1e5af20a660e /ext.c
parentf9ff7dc0b9dd7de3a1f46de3b3aed8583c9ed474 (diff)
downloadgawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.tar.gz
Update copyrights in all relevant source files.
Diffstat (limited to 'ext.c')
-rw-r--r--ext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext.c b/ext.c
index 98b73815..9e17761a 100644
--- a/ext.c
+++ b/ext.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 1995 - 2001, 2003-2012 the Free Software Foundation, Inc.
+ * Copyright (C) 1995 - 2001, 2003-2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -149,7 +149,7 @@ do_ext(int nargs)
return ret;
}
-/* load_ext --- load an external library */
+/* load_old_ext --- load an external library */
NODE *
load_old_ext(SRCFILE *s, const char *init_func, const char *fini_func, NODE *obj)