mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-22 01:30:15 +00:00
6 lines
113 B
C
Executable File
6 lines
113 B
C
Executable File
#include "comm.h"
|
|
#ifdef YM
|
|
#else /* YM */
|
|
int ym_from; /* Keep lint and some compilers happy */
|
|
#endif /* YM */
|