than inline in order to shut up gcc -pedantic.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12474
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-06-29 Tom Yu <tlyu@mit.edu>
+
+ * asn1buf.h (asn1buf_insert_octet): Define using __inline__ rather
+ than inline in order to shut up gcc -pedantic.
+
2000-06-28 Ezra Peisach <epeisach@mit.edu>
* asn1_get.c (asn1_get_tag): Remove unused variable.
effects Inserts o into the buffer *buf, expanding the buffer if
necessary. Returns ENOMEM memory is exhausted. */
#if ((__GNUC__ >= 2) && !defined(ASN1BUF_OMIT_INLINE_FUNCS))
-extern inline asn1_error_code asn1buf_insert_octet(buf, o)
+extern __inline__ asn1_error_code asn1buf_insert_octet(buf, o)
asn1buf * buf;
const int o;
{