mirror of
https://github.com/wnayes/macutils.git
synced 2024-11-10 15:05:00 +00:00
6 lines
111 B
C
6 lines
111 B
C
#include "comm.h"
|
|
#ifdef YM
|
|
#else /* YM */
|
|
int ym_to; /* Keep lint and some compilers happy */
|
|
#endif /* YM */
|