mirror of
https://github.com/wnayes/macutils.git
synced 2025-04-19 05:39:24 +00:00
6 lines
111 B
C
6 lines
111 B
C
#include "comm.h"
|
|
#ifdef ZM
|
|
#else /* ZM */
|
|
int zm_to; /* Keep lint and some compilers happy */
|
|
#endif /* ZM */
|