Tidied typing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-10-27 08:14:06 +00:00
parent c1befc7b44
commit 538428014a

View file

@ -92,7 +92,7 @@
#endif
typedef union {
NSObject *o;
id o;
Class c;
int i;
unsigned I;