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

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 1d4654a97585
children ee40177f6c68
comparison
equal deleted inserted replaced
14035:09cb73d0ec41 14036:621a575db6f7
81 relative order cannot be relied on. 81 relative order cannot be relied on.
82 82
83 Otherwise Emacs assumes that text space precedes data space, 83 Otherwise Emacs assumes that text space precedes data space,
84 numerically. */ 84 numerically. */
85 85
86 /* Text does preceed data space, but this is never a safe assumption. */ 86 /* Text does precede data space, but this is never a safe assumption. */
87 #define VIRT_ADDR_VARIES 87 #define VIRT_ADDR_VARIES
88 88
89 /* Define C_ALLOCA if this machine does not support a true alloca 89 /* Define C_ALLOCA if this machine does not support a true alloca
90 and the one written in C should be used instead. 90 and the one written in C should be used instead.
91 Define HAVE_ALLOCA to say that the system provides a properly 91 Define HAVE_ALLOCA to say that the system provides a properly