Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ace9906
Commit
1ace9906
authored
Dec 01, 2003
by
Kenichi Handa
Browse files
(syms_of_composite): Don't make the compostion hash table week.
parent
ed6d6613
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/composite.c
src/composite.c
+3
-1
No files found.
src/composite.c
View file @
1ace9906
...
...
@@ -843,7 +843,9 @@ syms_of_composite ()
args
[
0
]
=
QCtest
;
args
[
1
]
=
Qequal
;
args
[
2
]
=
QCweakness
;
args
[
3
]
=
Qt
;
/* Fixme: It seems that a weak hash table leads to segfault in GC,
but I have not yet found why. -- handa@m17n.org */
args
[
3
]
=
Qnil
;
args
[
4
]
=
QCsize
;
args
[
5
]
=
make_number
(
311
);
composition_hash_table
=
Fmake_hash_table
(
6
,
args
);
...
...
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