comparison src/video/Xext/Xxf86dga/XF86DGA.c @ 4033:24c3ca822658 SDL-1.2

Added a '*/' for whiney compilers that don't like comments-in-comments.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 10 Jul 2007 13:52:07 +0000
parents f0b8bbaf8de5
children 904defc0792e
comparison
equal deleted inserted replaced
4032:7247f700c018 4033:24c3ca822658
16 16
17 #if defined(linux) 17 #if defined(linux)
18 #define HAS_MMAP_ANON 18 #define HAS_MMAP_ANON
19 #include <sys/types.h> 19 #include <sys/types.h>
20 #include <sys/mman.h> 20 #include <sys/mman.h>
21 /*#include <asm/page.h> /* PAGE_SIZE */ 21 /*#include <asm/page.h>*/ /* PAGE_SIZE */
22 #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ 22 #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
23 #define HAS_GETPAGESIZE 23 #define HAS_GETPAGESIZE
24 #endif /* linux */ 24 #endif /* linux */
25 25
26 #if defined(CSRG_BASED) 26 #if defined(CSRG_BASED)