[Portability] Use /**/ comments instead of // in C code
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3291 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/Xregion/Xregion.h b/common/Xregion/Xregion.h
index e8c9a4f..28cfa0a 100644
--- a/common/Xregion/Xregion.h
+++ b/common/Xregion/Xregion.h
@@ -51,7 +51,7 @@
#ifndef _XREGION_H_
#define _XREGION_H_
-// - Faked defines to fool the X11 region code
+/* - Faked defines to fool the X11 region code */
#include <stdlib.h>
#include <string.h>
@@ -63,7 +63,7 @@
#define NeedFunctionPrototypes 1
-// - Cribbed from Xlib.h
+/* - Cribbed from Xlib.h */
typedef struct {
short x, y;