view src/yerror.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
line wrap: on
line source

/*
 *        yerror.h
 *        AYM 1999-03-24
 */


void fatal_error(const char *fmt, ...);
void err(const char *fmt, ...);
void nf_bug(const char *fmt, ...);