]> source.dussan.org Git - tigervnc.git/commitdiff
[Portability] Use /**/ comments instead of // in C code
authorAdam Tkac <atkac@redhat.com>
Wed, 3 Dec 2008 14:24:01 +0000 (14:24 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 3 Dec 2008 14:24:01 +0000 (14:24 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3291 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/Xregion/Region.c
common/Xregion/Xregion.h

index c0b1e5a21899e91bd20c6567f25308669119a69b..604ecded3d6117804f7d254fff4908a3d1003fe3 100644 (file)
@@ -73,10 +73,7 @@ SOFTWARE.
  */
 
 #include "Xregion.h"
-//#include "Xlibint.h"
-//#include "Xutil.h"
 #include "region.h"
-//#include "poly.h"
 
 #ifndef min
 #define min(a,b)            (((a) < (b)) ? (a) : (b))
index e8c9a4f9469f1a9353e188b90b939a6f505a6bfa..28cfa0ad4852a74bffbf3b0a635071bc6ae29776 100644 (file)
@@ -51,7 +51,7 @@ SOFTWARE.
 #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 @@ SOFTWARE.
 
 #define NeedFunctionPrototypes 1
 
-// - Cribbed from Xlib.h
+/* - Cribbed from Xlib.h */
 
 typedef struct {
     short x, y;