Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
clean-and-itasks
clean-ide
Commits
6fcd1881
Commit
6fcd1881
authored
May 13, 2005
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename call of function initPlatformCommandLine as initPlatformCommandLineArguments,
don't ignore the first argument
parent
032ff969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
HeapProfile/heapprofiler.icl
HeapProfile/heapprofiler.icl
+3
-3
TimeProfile/timeprofiler.icl
TimeProfile/timeprofiler.icl
+3
-3
No files found.
HeapProfile/heapprofiler.icl
View file @
6fcd1881
...
...
@@ -119,11 +119,11 @@ info =
//-- Support functions...
open_heap_file_from_command_line
ps
#
(
commandline
,
ps
)
=
initPlatformCommandLine
ps
|
length
commandline
<=
1
#
(
commandline
_arguments
,
ps
)
=
initPlatformCommandLineArguments
ps
|
isEmpty
commandline_arguments
#
(
dp
,
ps
)
=
defaultPrintSetup
ps
=
(
empty_progstate
dp
,
ps
)
=
open_file_function
(
commandline
!!
1
)
ps
=
open_file_function
(
hd
commandline_arguments
)
ps
openFiles
_
_
_
_
_
_
_
[]
ps
=
ps
openFiles
recId
winId
closeId
printId
pageId
nextId
prevId
[
h
:
t
]
ps
...
...
TimeProfile/timeprofiler.icl
View file @
6fcd1881
...
...
@@ -130,10 +130,10 @@ info =
//-- Support functions...
open_time_file_from_command_line
ps
#
(
commandline
,
ps
)
=
initPlatformCommandLine
ps
|
length
commandline
<=
1
#
(
commandline
_arguments
,
ps
)
=
initPlatformCommandLineArguments
ps
|
isEmpty
commandline_arguments
=
(([],[],
""
),
ps
)
=
open_file_function
(
commandline
!!
1
)
ps
=
open_file_function
(
hd
commandline_arguments
)
ps
openFiles
_
_
_
_
[]
ps
=
ps
openFiles
winId
closeId
printId
recId
[
h
:
t
]
ps
...
...
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