llvm/polly/lib/External/isl/include/isl/list.h

/*
 * Copyright 2008-2009 Katholieke Universiteit Leuven
 *
 * Use of this software is governed by the MIT license
 *
 * Written by Sven Verdoolaege, K.U.Leuven, Departement
 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
 */

#ifndef ISL_LIST_H
#define ISL_LIST_H

#include <isl/ctx.h>
#include <isl/printer_type.h>

#if defined(__cplusplus)
extern "C" {
#endif

#define ISL_DECLARE_LIST_TYPE2(EL,EXPORT)
#define ISL_DECLARE_LIST_TYPE(EL)
#define ISL_DECLARE_EXPORTED_LIST_TYPE(EL)
#define ISL_DECLARE_LIST_FN3(EL,CONSTRUCTOR,EXPORT)
#define ISL_DECLARE_LIST_FN(EL)
#define ISL_DECLARE_EXPORTED_LIST_FN(EL)
#define ISL_DECLARE_LIST_FN_READ2(EL,CONSTRUCTOR)
#define ISL_DECLARE_LIST_FN_READ(EL)
#define ISL_DECLARE_EXPORTED_LIST_FN_READ(EL)

#define ISL_DECLARE_LIST(EL)
#define ISL_DECLARE_EXPORTED_LIST(EL)

#if defined(__cplusplus)
}
#endif

#endif