comparison src/m/pmax.h @ 6889:8b9decfed36f

(C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
author Karl Heuer <kwzh@gnu.org>
date Fri, 15 Apr 1994 19:11:48 +0000
parents cd8db400928f
children ab3a85c73e49
comparison
equal deleted inserted replaced
6888:a39caeb88721 6889:8b9decfed36f
76 directly inhibiting the bad prototypes. This could perhaps just be put in 76 directly inhibiting the bad prototypes. This could perhaps just be put in
77 an a Ultrix configuration file. 77 an a Ultrix configuration file.
78 78
79 Using the MIT X11 distribution instead of the one provided by Dec will 79 Using the MIT X11 distribution instead of the one provided by Dec will
80 also solve the problem, but I doubt you can convince everyone to do this. */ 80 also solve the problem, but I doubt you can convince everyone to do this. */
81 #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 81 /* Addendum: the MIT X11 distribution neglects to define certain symbols
82 when NeedFunctionPrototypes is 0, but still tries to use them when
83 NeedVarargsProrotypes is 1 (which is its default value). So if we're
84 going to disable non-variadic prototypes, we also need to disable
85 variadic prototypes. --kwzh@gnu.ai.mit.edu */
86 #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 -DNeedVarargsPrototypes=0
82 87
83 /* Enable a fix in process.c. */ 88 /* Enable a fix in process.c. */
84 #define SET_CHILD_PTY_PGRP 89 #define SET_CHILD_PTY_PGRP