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-compiler-and-rts
compiler
Commits
1dd23238
Commit
1dd23238
authored
Sep 06, 2001
by
John van Groningen
Browse files
add symbol_heap to empty_cache
parent
d72d21bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/CleanCocl.icl
View file @
1dd23238
...
...
@@ -11,10 +11,12 @@ import CoclSystemDependent,Clean2AppleEventHandler;
from
events
import
KeyDownEvent
,
HighLevelEvent
,
GetNextEvent
,
WaitNextEvent
,
Toolbox
,
RgnHandle
;
from
predef
import
init_identifiers
;
DeviceMask
:==
-31361
;
// HighLevelEventMask+UpdateMask+ActivMask+KeyboardMask+MouseMask+OsMask+1
Start
world
|
install_apple_event_handlers
==
0
&&
store_state
empty_cache
<>
0
|
install_apple_event_handlers
==
0
&&
store_state
(
empty_cache
(
init_identifiers
newHeap
))
<>
0
=
event_loop
world
;
=
world
;
{}{
...
...
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