summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-03-15 18:42:55 +0100
committerunknown <lenz@mysql.com>2003-03-15 18:42:55 +0100
commit41bad531ead68ab52ecef24084c7194eb2af8359 (patch)
tree7a708ff7cf2257ca1ee254df82367075171a4dea /strings
parent3d3e42547f818390b65eee86aaaeba74504b7e6b (diff)
downloadmariadb-git-41bad531ead68ab52ecef24084c7194eb2af8359.tar.gz
- fixed C++-style comments to make IBM C compiler happy
client/mysqlshow.c: - fixed C++-style comment to make IBM C compiler happy
Diffstat (limited to 'strings')
-rw-r--r--strings/t_ctype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/strings/t_ctype.h b/strings/t_ctype.h
index ac1fa408c0e..4f6f78cd188 100644
--- a/strings/t_ctype.h
+++ b/strings/t_ctype.h
@@ -40,7 +40,7 @@ typedef unsigned char tchar;
#define IGNORE 0
-// level 1 symbols & order
+/* level 1 symbols & order */
enum l1_symbols {
L1_08 = TOT_LEVELS,
L1_18,
@@ -142,7 +142,7 @@ enum l1_symbols {
L1_SARA_AI_MAIMALAI
};
-// level 2 symbols & order
+/* level 2 symbols & order */
enum l2_symbols {
L2_BLANK = TOT_LEVELS,
L2_THAII,
@@ -156,7 +156,7 @@ enum l2_symbols {
L2_TONE4
};
-// level 3 symbols & order
+/* level 3 symbols & order */
enum l3_symbols {
L3_BLANK = TOT_LEVELS,
L3_SPACE,
@@ -201,7 +201,7 @@ enum l3_symbols {
L3_V_LINE
};
-// level 4 symbols & order
+/* level 4 symbols & order */
enum l4_symbols {
L4_BLANK = TOT_LEVELS,
L4_MIN,