aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-xcat.h
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1997-09-23 18:08:09 +0000
committerFelix Lee <flee@cygnus>1997-09-23 18:08:09 +0000
commit34d07b78670134d43cf5fcf094404a3df9255602 (patch)
tree0221462deb436aacb9ad36f89e142f291be09d97 /sim/common/sim-xcat.h
parent4a5d33bb4f1f3a453b3c5a7d23d129bf91f0b02e (diff)
downloadgdb-34d07b78670134d43cf5fcf094404a3df9255602.zip
gdb-34d07b78670134d43cf5fcf094404a3df9255602.tar.gz
gdb-34d07b78670134d43cf5fcf094404a3df9255602.tar.bz2
* sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once
an hour. * sim-n-core.h (WITH_XOR_ENDIAN): MSVC barfs on if (0) { 1 % 0; } * sim-core.c (sim_core_xor_write_buffer): WITH_XOR_ENDIAN + 1. (SIGBUS) define for Windows. * sim-trace.c (trace_printf,debug_printf): added ALMOST_STDC. * sim-resume.c: define SIGTRAP for windows. * sim-xcat.h: use token pasting if ALMOST_STDC.
Diffstat (limited to 'sim/common/sim-xcat.h')
-rw-r--r--sim/common/sim-xcat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-xcat.h b/sim/common/sim-xcat.h
index 7c3dd16..559a2ac 100644
--- a/sim/common/sim-xcat.h
+++ b/sim/common/sim-xcat.h
@@ -24,7 +24,7 @@
#ifndef _SIM_XCAT_H_
#define _SIM_XCAT_H_
-#ifdef __STDC__
+#if defined __STDC__ || defined ALMOST_STDC
#define CONCAT2(a,b) a##b
#define CONCAT3(a,b,c) a##b##c
#define CONCAT4(a,b,c,d) a##b##c##d