summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/types.h')
-rw-r--r--pjlib/include/pj/types.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h
index 5a275514..cae418af 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -36,7 +36,7 @@
PJ_BEGIN_DECL
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/** Unsigned 32bit integer. */
typedef int pj_int32_t;
@@ -103,7 +103,7 @@ typedef pj_int64_t pj_off_t;
typedef pj_ssize_t pj_off_t;
#endif
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/*
* Data structure types.
*/
@@ -230,7 +230,7 @@ typedef struct pj_atomic_t pj_atomic_t;
*/
typedef PJ_ATOMIC_VALUE_TYPE pj_atomic_value_t;
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/** Thread handle. */
typedef struct pj_thread_t pj_thread_t;
@@ -268,7 +268,7 @@ typedef unsigned int pj_color_t;
/** Exception id. */
typedef int pj_exception_id_t;
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/** Utility macro to compute the number of elements in static array. */
#define PJ_ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0]))
@@ -281,7 +281,7 @@ typedef int pj_exception_id_t;
*/
#define PJ_MAX_OBJ_NAME 16
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/*
* General.
*/
@@ -497,7 +497,7 @@ typedef struct pj_parsed_time
* @} // Time Management
*/
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/*
* Terminal.
*/