NetBSD/gnu/dist/gcc/config/m68k/xm-atari.h

6 lines
86 B
C

/* Add HZ define if missing */
#ifndef HZ
#define HZ 100 /* System clock */
#endif