Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
金宝库
Compiler2023-mycompiler
Commits
40c7492a
Commit
40c7492a
authored
1 year ago
by
金宝库
Browse files
Options
Download
Patches
Plain Diff
42.x86fre.master.230729-1036
parent
1ce152e8
master
ram-cpp
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
front/main.c
+1
-1
front/main.c
with
1 addition
and
1 deletion
+1
-1
front/main.c
+
1
−
1
View file @
40c7492a
...
...
@@ -302,7 +302,7 @@ static int ValidOptions(char *argv[], int argc) {
g_Options
=
default_options
;
for
(
i
=
1
;
i
<
argc
;
i
++
)
{
if
(
(
argv
[
i
][
0
]
==
'-'
)
||
(
argv
[
i
][
0
]
==
'/'
)
)
{
if
(
(
argv
[
i
][
0
]
==
'-'
)
/*
|| (argv[i][0] == '/')
*/
)
{
switch
(
argv
[
i
][
1
]
)
{
case
'v'
:
g_Options
.
bVerbose
=
1
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets