llvm/polly/lib/External/isl/isl_read_from_str_templ.c

/*
 * Copyright 2008      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
 */

#define xCAT(A,B)
#define CAT(A,B)
#undef TYPE
#define TYPE

/* Read an object of type TYPE from "str" (using an isl_stream).
 */
__isl_give TYPE *FN(isl,FN(TYPE_BASE,read_from_str))(isl_ctx *ctx,
	const char *str)
{}