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
9cb2ac56
Commit
9cb2ac56
authored
Jul 09, 2011
by
Juanma Barranquero
Browse files
src/chartab.c (uniprop_table_uncompress): Remove unused local variable.
parent
4dc2a129
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/chartab.c
src/chartab.c
+0
-1
No files found.
src/ChangeLog
View file @
9cb2ac56
2011-07-09 Juanma Barranquero <lekktu@gmail.com>
* chartab.c (uniprop_table_uncompress): Remove unused local variable.
2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (qttip_cb): Remove code without function.
...
...
src/chartab.c
View file @
9cb2ac56
...
...
@@ -1143,7 +1143,6 @@ uniprop_table_uncompress (Lisp_Object table, int idx)
Lisp_Object
sub
=
make_sub_char_table
(
3
,
min_char
,
Qnil
);
struct
Lisp_Sub_Char_Table
*
subtbl
=
XSUB_CHAR_TABLE
(
sub
);
const
unsigned
char
*
p
,
*
pend
;
int
i
;
XSUB_CHAR_TABLE
(
table
)
->
contents
[
idx
]
=
sub
;
p
=
SDATA
(
val
),
pend
=
p
+
SBYTES
(
val
);
...
...
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