diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-05-13 13:15:34 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-05-13 13:15:34 -0400 |
commit | eeba86d45ef4e13086b3f88cde863ddf8649f07b (patch) | |
tree | 2f12e6c99bfc50dbc803dcb9e52156d3251f72ba /doc/coding-style | |
parent | 48b811614b5d5933a79387f9a9687c2513bf7bca (diff) | |
download | krb5-eeba86d45ef4e13086b3f88cde863ddf8649f07b.tar.gz krb5-eeba86d45ef4e13086b3f88cde863ddf8649f07b.tar.xz krb5-eeba86d45ef4e13086b3f88cde863ddf8649f07b.zip |
Avoid extern inline in asn1buf.h
Avoid using extern inline in asn1buf.h, as there are two conflicting
sets of semantics (gnu89's and C99's). gcc defaults to the gnu89
semantics, which we were using, while clang defines __GNUC__ but
defaults to the C99 semantics. To simplify things, use static inline
instead, like we do in k5-int.h.
Diffstat (limited to 'doc/coding-style')
0 files changed, 0 insertions, 0 deletions