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

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2007-07-10 13:52:07 +00:00
parent c0dd25a74e
commit d370a8df80

View File

@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
#define HAS_MMAP_ANON
#include <sys/types.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_GETPAGESIZE
#endif /* linux */