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
dd98e055
Commit
dd98e055
authored
Apr 02, 2004
by
John van Groningen
Browse files
export strictness of argument of empty_cache
parent
ec8f0c9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
main/compile.dcl
View file @
dd98e055
...
...
@@ -21,4 +21,4 @@ compile :: ![{#Char}] !*DclCache !*Files -> (!Bool,!*DclCache,!*Files)
heaps
::!.
Heaps
};
empty_cache
::
*
SymbolTable
->
*
DclCache
empty_cache
::
!
*
SymbolTable
->
*
DclCache
main/compile.icl
View file @
dd98e055
...
...
@@ -115,7 +115,7 @@ InitialCoclOptions =
heaps
::!.
Heaps
};
empty_cache
::
*
SymbolTable
->
*
DclCache
empty_cache
::
!
*
SymbolTable
->
*
DclCache
empty_cache
symbol_heap
#
heaps
=
{
hp_var_heap
=
newHeap
,
hp_expression_heap
=
newHeap
,
hp_type_heaps
=
{
th_vars
=
newHeap
,
th_attrs
=
newHeap
},
hp_generic_heap
=
newHeap
}
#
(
predef_symbols
,
hash_table
)
=
buildPredefinedSymbols
(
newHashTable
symbol_heap
)
...
...
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