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
cduce
cduce
Commits
6085e08a
Commit
6085e08a
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2002-11-10 16:24:19 by cvscast] Empty log message
Original author: cvscast Date: 2002-11-10 16:24:19+00:00
parent
0f4e9d72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6085e08a
...
...
@@ -5,7 +5,7 @@ CLEAN_DIRS = $(DIRS) tools tests
# Objects to build
MISC
=
misc/pool.cmo misc/encodings.cmo
misc/state.cmo
MISC
=
misc/state.cmo
misc/pool.cmo misc/encodings.cmo
PARSER
=
parser/lexer.cmo parser/location.cmo
\
parser/wlexer.cmo
\
...
...
@@ -141,5 +141,4 @@ include depend
build_web
:
rsh cedre
". .env; cd IMPLEM/CDUCE; make webiface"
install_web
:
scp webiface cduce@iris:cgi-bin/cduce2
ssh cduce@iris
"chmod +s cgi-bin/cduce2"
ssh cduce@iris
"cp ~frisch/IMPLEM/CDUCE/webiface cgi-bin/cduce2; chmod +s cgi-bin/cduce2"
misc/pool.ml
View file @
6085e08a
...
...
@@ -21,8 +21,8 @@ struct
type
value
=
H
.
t
let
cache
=
Hashtbl
.
create
63
let
values
=
ref
(
Array
.
create
63
None
)
let
counter
=
ref
0
let
values
=
State
.
ref
"Pool.values"
(
Array
.
create
63
None
)
let
counter
=
State
.
ref
"Pool.counter"
0
let
clear
()
=
Hashtbl
.
clear
cache
;
...
...
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