Commit 6dd68519 by Richard Kenner

(HZ): Now 100 and don't define if already defined.

From-SVN: r10026
parent 0fffa5e1
/* Definitions of host machine for GNU compiler.
Atari TT ASV version.
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -23,9 +23,11 @@ Boston, MA 02111-1307, USA. */
#define HAVE_VPRINTF /* Host has vprintf() in library */
/* ASV does not define HZ, so we have to do it ourselves. */
/* Add HZ define if missing */
#define HZ 128 /* System clock */
#ifndef HZ
#define HZ 100 /* System clock */
#endif
/* Define FULL_PROTOTYPES for protoize.c, to get <unistd.h> included.
We need this file for things like R_OK, not necessarily prototypes. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment