Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
efbb9d45
Commit
efbb9d45
authored
Mar 15, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed C++-style comments to make IBM C compiler happy
parent
0830fbcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
client/mysqlshow.c
client/mysqlshow.c
+1
-1
strings/t_ctype.h
strings/t_ctype.h
+4
-4
No files found.
client/mysqlshow.c
View file @
efbb9d45
...
...
@@ -84,7 +84,7 @@ int main(int argc, char **argv)
}
*
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
)
wild
=
argv
[
--
argc
];
...
...
strings/t_ctype.h
View file @
efbb9d45
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment