Skip to content

Commit

Permalink
Added a '*/' for whiney compilers that don't like comments-in-comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 10, 2007
1 parent 5f0f223 commit 7af7f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/Xext/Xxf86dga/XF86DGA.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 7af7f83

Please sign in to comment.