Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;
[krb5.git] / src / lib / krb5 / asn.1 / asn1_decode.c
index 74d45309125002592bd5678b10f7ee64c856bc4d..e46df32194af1d03b1fa362df6216fece801f409 100644 (file)
@@ -53,7 +53,7 @@ if(class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
 #define cleanup()\
 return 0
 
-time_t gmt_mktime PROTOTYPE((struct tm *));
+time_t gmt_mktime (struct tm *);
 
 asn1_error_code asn1_decode_integer(buf, val)
      asn1buf * buf;