macutils/comm/ym_to.c
2018-03-22 20:07:52 -05:00

6 lines
111 B
C

#include "comm.h"
#ifdef YM
#else /* YM */
int ym_to; /* Keep lint and some compilers happy */
#endif /* YM */