Checked in patch for bug 189060: other-licenses/libical fails to build on AIX

This commit is contained in:
mostafah%oeone.com 2004-03-12 22:20:52 +00:00
parent 8a40e1d9b6
commit 165fdbff2b
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
CREATOR: eric 20 March 1999
$Id: icalproperty.h,v 1.2 2001/12/21 18:56:23 mikep%oeone.com Exp $
$Id: icalproperty.h,v 1.3 2004/03/12 22:20:52 mostafah%oeone.com Exp $
$Locker: $
@ -94,7 +94,7 @@ icalvalue_kind icalparameter_value_to_value_kind(icalparameter_value value);
/* Convert kinds to string and get default value type */
icalvalue_kind icalproperty_kind_to_value_kind(icalproperty_kind kind);
icalvalue_kind icalproperty_value_kind_to_kind(icalvalue_kind kind);
icalproperty_kind icalproperty_value_kind_to_kind(icalvalue_kind kind);
const char* icalproperty_kind_to_string(icalproperty_kind kind);
icalproperty_kind icalproperty_string_to_kind(const char* string);

View File

@ -15,8 +15,6 @@ typedef union {
#define SEMICOLON 266
#define MINUS 267
#define TIMESEPERATOR 268
#define TRUE 269
#define FALSE 270
#define FREQ 271
#define BYDAY 272
#define BYHOUR 273