macutils/comm/ym_from.c

6 lines
113 B
C

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