/*  asm.c - include assembly language file for host architecture.
 *
 *  This file is run through cc -E, postprocessed, then fed to as(1).
 *  See the Makefile for details.
 */

#ifndef lint

#include "../arch.h"

#define MPD_BUILD_CONTEXT	mpd_build_context
#define MPD_CHG_CONTEXT		mpd_chg_context
#define MPD_CHECK_STK		mpd_check_stk
#define MPD_STK_OVERFLOW	mpd_stk_overflow
#define MPD_STK_UNDERFLOW	mpd_stk_underflow
#define MPD_STK_CORRUPTED	mpd_stk_corrupted

#include SFILE

#endif /* lint */


syntax highlighted by Code2HTML, v. 0.9.1