Commit efbb9d45 authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed C++-style comments to make IBM C compiler happy

parent 0830fbcc
...@@ -84,7 +84,7 @@ int main(int argc, char **argv) ...@@ -84,7 +84,7 @@ int main(int argc, char **argv)
} }
*to= *pos; *to= *pos;
} }
*to= *pos; // just to copy a '\0' if '\\' was used *to= *pos; /* just to copy a '\0' if '\\' was used */
} }
if (first_argument_uses_wildcards) if (first_argument_uses_wildcards)
wild= argv[--argc]; wild= argv[--argc];
......
...@@ -40,7 +40,7 @@ typedef unsigned char tchar; ...@@ -40,7 +40,7 @@ typedef unsigned char tchar;
#define IGNORE 0 #define IGNORE 0
// level 1 symbols & order /* level 1 symbols & order */
enum l1_symbols { enum l1_symbols {
L1_08 = TOT_LEVELS, L1_08 = TOT_LEVELS,
L1_18, L1_18,
...@@ -142,7 +142,7 @@ enum l1_symbols { ...@@ -142,7 +142,7 @@ enum l1_symbols {
L1_SARA_AI_MAIMALAI L1_SARA_AI_MAIMALAI
}; };
// level 2 symbols & order /* level 2 symbols & order */
enum l2_symbols { enum l2_symbols {
L2_BLANK = TOT_LEVELS, L2_BLANK = TOT_LEVELS,
L2_THAII, L2_THAII,
...@@ -156,7 +156,7 @@ enum l2_symbols { ...@@ -156,7 +156,7 @@ enum l2_symbols {
L2_TONE4 L2_TONE4
}; };
// level 3 symbols & order /* level 3 symbols & order */
enum l3_symbols { enum l3_symbols {
L3_BLANK = TOT_LEVELS, L3_BLANK = TOT_LEVELS,
L3_SPACE, L3_SPACE,
...@@ -201,7 +201,7 @@ enum l3_symbols { ...@@ -201,7 +201,7 @@ enum l3_symbols {
L3_V_LINE L3_V_LINE
}; };
// level 4 symbols & order /* level 4 symbols & order */
enum l4_symbols { enum l4_symbols {
L4_BLANK = TOT_LEVELS, L4_BLANK = TOT_LEVELS,
L4_MIN, L4_MIN,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment