comparison src/m/pmax.h @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 0cbb394cbd82
children 96df462c5f15
comparison
equal deleted inserted replaced
14035:09cb73d0ec41 14036:621a575db6f7
84 84
85 Using the MIT X11 distribution instead of the one provided by Dec will 85 Using the MIT X11 distribution instead of the one provided by Dec will
86 also solve the problem, but I doubt you can convince everyone to do this. */ 86 also solve the problem, but I doubt you can convince everyone to do this. */
87 /* Addendum: the MIT X11 distribution neglects to define certain symbols 87 /* Addendum: the MIT X11 distribution neglects to define certain symbols
88 when NeedFunctionPrototypes is 0, but still tries to use them when 88 when NeedFunctionPrototypes is 0, but still tries to use them when
89 NeedVarargsProrotypes is 1 (which is its default value). So if we're 89 NeedVarargsPrototypes is 1 (which is its default value). So if we're
90 going to disable non-variadic prototypes, we also need to disable 90 going to disable non-variadic prototypes, we also need to disable
91 variadic prototypes. --kwzh@gnu.ai.mit.edu */ 91 variadic prototypes. --kwzh@gnu.ai.mit.edu */
92 #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 -DNeedVarargsPrototypes=0 92 #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 -DNeedVarargsPrototypes=0
93 #endif 93 #endif
94 94