Tiny performance hack

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-02-13 21:10:55 +00:00
parent 5332b6b081
commit 262f141efc
2 changed files with 6 additions and 0 deletions

View file

@ -57,6 +57,7 @@
#define GSI_MAP_EQUAL(M, X,Y) [(X).obj isEqualToDictionary: (Y).obj]
#define GSI_MAP_KTYPES GSUNION_OBJ
#define GSI_MAP_VTYPES GSUNION_INT
#define GSI_MAP_NOCLEAN 1
#include <base/GSIMap.h>