view gen/warnings.h @ 1612:081c48283153

Merge DMD r278: bugzilla 370 Compiler stack overflow on recursive... bugzilla 370 Compiler stack overflow on recursive typeof in function declaration. --- dmd/expression.c | 1 + dmd/mtype.c | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:21 -0300
parents a591aa6bd6dc
children
line wrap: on
line source

#ifndef __LDC_GEN_WARNINGS_H__
#define __LDC_GEN_WARNINGS_H__

void warnInvalidPrintfCall(Loc loc, Expression* arguments, size_t nargs);

#endif // __LDC_GEN_WARNINGS_H__