Commit ade97c34 by Richard Stallman

(memory.h): Use proper ANSI syntax in `#endif __memory_h__'.

From-SVN: r3870
parent d21a9121
......@@ -22,6 +22,9 @@
#ifdef __pyr__
#include <va-pyr.h>
#else
#ifdef __clipper__
#include <va-clipper.h>
#else
#ifdef __m88k__
#include <va-m88k.h>
#else
......@@ -105,6 +108,7 @@ typedef void *__gnuc_va_list;
#endif /* not i960 */
#endif /* not hppa */
#endif /* not m88k */
#endif /* not clipper */
#endif /* not pyr */
#endif /* not i860 */
#endif /* not mips */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment