Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
e14033b3
Commit
e14033b3
authored
Nov 14, 2006
by
John van Groningen
Browse files
use getCommandLineArgument32 for 32 bit platforms instead of getCommandLineArgument64
parent
546d358b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/ArgEnvUnix/ArgEnv.icl
View file @
e14033b3
...
...
@@ -66,7 +66,7 @@ getCommandLineCount
ccall
ArgEnvGetCommandLineCountC
"-I"
}
getCommandLineArgument
n
=
IF_INT_64_OR_32
(
getCommandLineArgument64
n
)
(
getCommandLineArgument
64
n
)
getCommandLineArgument
n
=
IF_INT_64_OR_32
(
getCommandLineArgument64
n
)
(
getCommandLineArgument
32
n
)
getCommandLineArgument64
::
!
Int
->
(!
Int
,
!
Int
)
getCommandLineArgument64
_
...
...
Write
Preview
Supports
Markdown
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