Fix conditionals from last change
authorKen Raeburn <raeburn@mit.edu>
Mon, 3 Nov 2008 20:50:42 +0000 (20:50 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 3 Nov 2008 20:50:42 +0000 (20:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20960 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/asn1buf.c
src/lib/krb5/asn.1/asn1buf.h

index 29a3f5c5577d9e1262a7bd86b24208f32fd729e0..b8efabaca4e1996c57c524cd1353721909af3650 100644 (file)
@@ -55,7 +55,7 @@
 #include <stdio.h>
 #include "asn1_get.h"
 
-#if !((__GNUC__ >= 2) && !defined(ASN1BUF_OMIT_INLINE_FUNCS)) || defined(CONFIG_SMALL)
+#if !defined(__GNUC__) || defined(CONFIG_SMALL)
 /* Declare private procedures as static if they're not used for inline
    expansion of other stuff elsewhere.  */
 static unsigned int asn1buf_free(const asn1buf *);
index 1e40cae7b2a52c631c9fe366f43fd2c6ac4e9b2a..874d6db5cc131d17b7c6d76501c01b8d43a440de 100644 (file)
@@ -13,7 +13,7 @@ typedef struct code_buffer_rep {
 
 /**************** Private Procedures ****************/
 
-#if ((__GNUC__ >= 2) && !defined(ASN1BUF_OMIT_INLINE_FUNCS)) && !defined(CONFIG_SMALL)
+#if (__GNUC__ >= 2) && !defined(CONFIG_SMALL)
 unsigned int asn1buf_free
         (const asn1buf *buf);
 /* requires  *buf is allocated