diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-11 22:50:11 +0300 |
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2012-09-14 18:47:17 +0200 |
| commit | 3cbef1a976731bb3a714ee13cbd1813ed142ae5e (patch) | |
| tree | 23304ece279ab76aacc8b1d4958ea02bfe7204d7 /rfb | |
| parent | 88e60435854e7f8edf085a5f4564c7e8cd847699 (diff) | |
| download | libtdevnc-3cbef1a976731bb3a714ee13cbd1813ed142ae5e.tar.gz libtdevnc-3cbef1a976731bb3a714ee13cbd1813ed142ae5e.zip | |
Use C-style comments in rfbconfig.h.cmake and C source code.
Using C++-style comments when building the code with -ansi does not
work, so be more conservative with the comment style.
Diffstat (limited to 'rfb')
| -rw-r--r-- | rfb/rfb.h | 2 | ||||
| -rw-r--r-- | rfb/rfbconfig.h.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -686,7 +686,7 @@ typedef struct _rfbClientRec { #ifdef LIBVNCSERVER_HAVE_LIBJPEG /* TurboVNC Encoding support (extends TightVNC) */ int turboSubsampLevel; - int turboQualityLevel; // 1-100 scale + int turboQualityLevel; /* 1-100 scale */ #endif #endif diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index 2ee5e52..e973f5b 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -75,13 +75,13 @@ #cmakedefine LIBVNCSERVER_WORDS_BIGENDIAN 1 /* Define to empty if `const' does not conform to ANSI C. */ -//#cmakedefine const @CMAKE_CONST@ +/* #cmakedefine const @CMAKE_CONST@ */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ -//#ifndef __cplusplus -//#cmakedefine inline @CMAKE_INLINE@ -//#endif +/* #ifndef __cplusplus */ +/* #cmakedefine inline @CMAKE_INLINE@ */ +/* #endif */ /* Define to `int' if <sys/types.h> does not define. */ #cmakedefine HAVE_LIBVNCSERVER_PID_T 1 |
