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-ide
Commits
6a1520eb
Commit
6a1520eb
authored
May 13, 2005
by
John van Groningen
Browse files
rename function initPlatformCommandLine as initPlatformCommandLineArguments
parent
6fcd1881
Changes
2
Show whitespace changes
Inline
Side-by-side
Mac/Platform.dcl
View file @
6a1520eb
...
...
@@ -5,7 +5,7 @@ import StdIOCommon
PlatformDependant
win
mac
:==
mac
initPlatformCommandLine
::
!*(
PSt
.
l
)
->
(![
String
],!*
PSt
.
l
)
initPlatformCommandLine
Arguments
::
!*(
PSt
.
l
)
->
(![
String
],!*
PSt
.
l
)
installPlatformEventHandlers
::
!*(
PSt
.
l
)
->
*(
PSt
.
l
)
openPlatformWindowMenu
::
!*(
PSt
.
l
)
->
*(
PSt
.
l
)
...
...
Mac/Platform.icl
View file @
6a1520eb
...
...
@@ -9,8 +9,8 @@ import StdSystem
PlatformDependant
win
mac
:==
mac
initPlatformCommandLine
::
!*(
PSt
.
l
)
->
(![
String
],!*
PSt
.
l
)
initPlatformCommandLine
ps
initPlatformCommandLine
Arguments
::
!*(
PSt
.
l
)
->
(![
String
],!*
PSt
.
l
)
initPlatformCommandLine
Arguments
ps
=
([],
ps
)
installPlatformEventHandlers
::
!*(
PSt
.
l
)
->
*(
PSt
.
l
)
...
...
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