CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/04/10 13:56:20
Index: tests/macros.at =================================================================== RCS file: /sources/m4/m4/tests/macros.at,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- tests/macros.at 14 Nov 2006 05:58:01 -0000 1.12 +++ tests/macros.at 10 Apr 2007 13:56:20 -0000 1.13 @@ -1,5 +1,5 @@ # Hand crafted tests for GNU M4. -*- Autotest -*- -# Copyright (C) 2001, 2006 Free Software Foundation, Inc. +# Copyright (C) 2001, 2006, 2007 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 @@ -35,12 +35,12 @@ define define(`foo') define(`foo', `bar') -define(`foo', `bar', baz') +define(`foo', `bar', `baz') defun defun(`foo') defun(`foo', `bar') -defun(`foo', `bar', baz') +defun(`foo', `bar', `baz') ]]) AT_DATA([[expout]],
