Commit 8b10fbc3 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Added a '*/' for whiney compilers that don't like comments-in-comments.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402461
parent e9910211
...@@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc ...@@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
#define HAS_MMAP_ANON #define HAS_MMAP_ANON
#include <sys/types.h> #include <sys/types.h>
#include <sys/mman.h> #include <sys/mman.h>
/*#include <asm/page.h> /* PAGE_SIZE */ /*#include <asm/page.h>*/ /* PAGE_SIZE */
#define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
#define HAS_GETPAGESIZE #define HAS_GETPAGESIZE
#endif /* linux */ #endif /* linux */
......
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