From bd75973bf02c30c3935a19ca2b665ac12a408ec2 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 8 Jun 2001 23:37:49 +0000 Subject: [PATCH] Tidied macro syntax to work better with newer compilers git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10123 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 021c396cb..e62b90f70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jun 9 02:54:37 2001 Nicola Pero + + * Source/NSTextView.m (NSTEXTVIEW_SYNC): Use full selector as + argument to the macro to prevent warning/problems with new + compilers. Updated all calling code. + 2000-06-08 Fred Kiefer * Source/NSBitmapImageRep.m