asn1buf.h (asn1buf_insert_octet): Use static inline function to define
authorTheodore Tso <tytso@mit.edu>
Sat, 14 Feb 1998 08:18:56 +0000 (08:18 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 14 Feb 1998 08:18:56 +0000 (08:18 +0000)
commit7a96456c8e81c48f4ce5a8a1ddca37e7fafec33b
tree6d9a8b3291aa70ba83011a1d89ede9d3ea5910fb
parent9cb15d118e17697d8b969a05b1065f20a4c84aff
asn1buf.h (asn1buf_insert_octet): Use static inline function to define
asn1_insert_octet, since the GCC specific hack we're using doesn't
work on GCC compilers that also have Objective C enabled.

asn1buf.c: define ASN1BUF_OMIT_INLINE_FUNCS before including
asn1buf.h, since we don't want inline functions declared when we're
defining the linkable version of the functions.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10457 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/asn1buf.c
src/lib/krb5/asn.1/asn1buf.h