comparison src/s/osf1.h @ 27678:c370bafa362e

Define C_DEBUG_SWITCH for non-gcc.
author Dave Love <fx@gnu.org>
date Sat, 12 Feb 2000 17:03:54 +0000
parents 63fd40a97a75
children f8892a11c005
comparison
equal deleted inserted replaced
27677:566fd2a966aa 27678:c370bafa362e
26 26
27 #define HAVE_TERMIOS 27 #define HAVE_TERMIOS
28 28
29 /* Specify the type that the 3rd arg of `accept' points to. */ 29 /* Specify the type that the 3rd arg of `accept' points to. */
30 #define SOCKLEN_TYPE int 30 #define SOCKLEN_TYPE int
31
32 #ifndef __GNUC__
33 /* Optimize, inaccurate debugging. */
34 #define C_DEBUG_SWITCH -g3
35 #endif