From c71bc7e269286e43816004eb0fcd7a55f036cd69 Mon Sep 17 00:00:00 2001 From: tholo Date: Sun, 28 Feb 1999 21:30:22 +0000 Subject: Latest version from Cyclic --- gnu/usr.bin/cvs/diff/system.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/cvs/diff/system.h') diff --git a/gnu/usr.bin/cvs/diff/system.h b/gnu/usr.bin/cvs/diff/system.h index 7812b767592..76bc1631fee 100644 --- a/gnu/usr.bin/cvs/diff/system.h +++ b/gnu/usr.bin/cvs/diff/system.h @@ -13,9 +13,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GNU DIFF; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +*/ /* We must define `volatile' and `const' first (the latter inside config.h), so that they're used consistently in all system includes. */ @@ -29,6 +27,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include +/* Note that PARAMS is just internal to the diff library; diffrun.h + has its own mechanism, which will hopefully be less likely to + conflict with the library's caller's namespace. */ #if __STDC__ #define PARAMS(args) args #define VOID void -- cgit v1.2.3-59-g8ed1b