summaryrefslogtreecommitdiff
path: root/lzoconf.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-28 10:14:37 +0000
committerrubidium <rubidium@openttd.org>2006-08-28 10:14:37 +0000
commitbee83fb3e4627fc7cc01dfc353377c38d20eacb0 (patch)
treea773c59de884d83ba32194f383040e4759e072a8 /lzoconf.h
parenta2bde2d6c558398bba7bca7532d414ad9f50efa6 (diff)
downloadopenttd-bee83fb3e4627fc7cc01dfc353377c38d20eacb0.tar.xz
(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.
Diffstat (limited to 'lzoconf.h')
-rw-r--r--lzoconf.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/lzoconf.h b/lzoconf.h
index b79bc141a..fa50113f4 100644
--- a/lzoconf.h
+++ b/lzoconf.h
@@ -53,8 +53,8 @@ extern "C" {
/***********************************************************************
-// LZO requires a conforming <limits.h>
-************************************************************************/
+ * LZO requires a conforming <limits.h>
+ ***********************************************************************/
#if !defined(CHAR_BIT) || (CHAR_BIT != 8)
# error "invalid CHAR_BIT"
@@ -79,8 +79,8 @@ extern "C" {
/***********************************************************************
-// architecture defines
-************************************************************************/
+ * architecture defines
+ ***********************************************************************/
#if !defined(__LZO_WIN) && !defined(__LZO_DOS) && !defined(__LZO_OS2)
# if defined(__WINDOWS__) || defined(_WINDOWS) || defined(_Windows)
@@ -146,8 +146,8 @@ extern "C" {
/***********************************************************************
-// integral and pointer types
-************************************************************************/
+ * integral and pointer types
+ ***********************************************************************/
/* Integral types with 32 bits or more */
#if !defined(LZO_UINT32_MAX)
@@ -191,8 +191,8 @@ typedef int lzo_bool;
/***********************************************************************
-// memory models
-************************************************************************/
+ * memory models
+ ***********************************************************************/
/* Memory model for the public code segment. */
#if !defined(__LZO_CMODEL)
@@ -250,8 +250,8 @@ typedef int lzo_bool;
/***********************************************************************
-// calling conventions and function types
-************************************************************************/
+ * calling conventions and function types
+ ***********************************************************************/
/* linkage */
#if !defined(__LZO_EXTERN_C)
@@ -332,8 +332,8 @@ typedef void (__LZO_ENTRY *lzo_progress_callback_t) (lzo_uint, lzo_uint);
/***********************************************************************
-// export information
-************************************************************************/
+ * export information
+ ***********************************************************************/
/* DLL export information */
#if !defined(__LZO_EXPORT1)
@@ -376,8 +376,8 @@ typedef void (__LZO_ENTRY *lzo_progress_callback_t) (lzo_uint, lzo_uint);
/***********************************************************************
-// error codes and prototypes
-************************************************************************/
+ * error codes and prototypes
+ ***********************************************************************/
/* Error codes for the compression/decompression functions. Negative
* values are errors, positive values will be used for special but