comparison src/s/darwin.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents b696e2bae8da
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
176 176
177 /* #define static */ 177 /* #define static */
178 178
179 /* If the system's imake configuration file defines `NeedWidePrototypes' 179 /* If the system's imake configuration file defines `NeedWidePrototypes'
180 as `NO', we must define NARROWPROTO manually. Such a define is 180 as `NO', we must define NARROWPROTO manually. Such a define is
181 generated in the Makefile generated by `xmkmf'. If we don't 181 generated in the Makefile generated by `xmkmf'. If we don't
182 define NARROWPROTO, we will see the wrong function prototypes 182 define NARROWPROTO, we will see the wrong function prototypes
183 for X functions taking float or double parameters. */ 183 for X functions taking float or double parameters. */
184 184
185 /* #define NARROWPROTO 1 */ 185 /* #define NARROWPROTO 1 */
186 186