try to build with correct ffcall/ffi depending on target system

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26483 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-05-01 20:14:05 +00:00
parent 01a7d37860
commit 7084039296
4 changed files with 52 additions and 6 deletions

View file

@ -135,6 +135,9 @@ struct NCTbl; /* Notification Center Table structure */
* each -addObserver... request. It holds the requested selector,
* name and object. Each struct is placed in one LinkedList,
* as keyed by the NAME/OBJECT parameters.
* If 'next' is 0 then the observation is unused (ie it has been
* removed from, or not yet added to any list). The end of a
* list is marked by 'next' being set to 'ENDOBS'.
*/
typedef struct Obs {