mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Hack for bug in gcc 3.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
13a53a8093
commit
d2c71f1834
5 changed files with 48 additions and 6 deletions
|
@ -688,3 +688,5 @@ const NSHashTableCallBacks NSPointerToStructHashCallBacks =
|
|||
(NSHT_describe_func_t) _NS_int_p_describe
|
||||
};
|
||||
|
||||
/* For bug in gcc 3.1. See NSByteOrder.h */
|
||||
void _gcc3_1_hack(void){}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue