discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for NSInvocation.m


From: David Relson
Subject: Patch for NSInvocation.m
Date: Fri, 02 Mar 2001 10:01:31 -0500

One instance of _get_arg is lacking the "static inline void" attributes, which causes a variety of compilation warnings.

[root@osage Source]# diff -ur NSI*g NSI*m
--- NSInvocation.m.orig Fri Mar  2 09:50:28 2001
+++ NSInvocation.m      Fri Mar  2 09:48:32 2001
@@ -81,6 +81,7 @@
 }

 #else
+static inline void
 _get_arg(NSInvocation *inv, int index, void *buffer)
 {
   mframe_get_arg(inv->_argframe, &inv->_info[index+1], &buffer);
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
relson@osagesoftware.com       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800




reply via email to

[Prev in Thread] Current Thread [Next in Thread]