Mercurial > sdl-ios-xcode
changeset 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 | 7247f700c018 |
children | 4ea82f5e7e2c |
files | src/video/Xext/Xxf86dga/XF86DGA.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/Xext/Xxf86dga/XF86DGA.c Tue Jul 10 05:37:53 2007 +0000 +++ b/src/video/Xext/Xxf86dga/XF86DGA.c Tue Jul 10 13:52:07 2007 +0000 @@ -18,7 +18,7 @@ #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 */