CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/07 15:47:39
Index: tests/macros.at =================================================================== RCS file: /sources/m4/m4/tests/macros.at,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- tests/macros.at 1 May 2005 11:10:06 -0000 1.3 +++ tests/macros.at 7 Jul 2006 15:47:39 -0000 1.4 @@ -1,5 +1,5 @@ # Hand crafted tests for GNU M4. -*- Autotest -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -69,6 +69,7 @@ ## ------------------------- ## AT_SETUP([Arity, defn, and freeze]) +AT_KEYWORDS([frozen]) AT_DATA([[freezeme.m4]], [[define(`defun', defn(`define'))dnl
