mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
(overlay_strings): Declare pstr using unsigned char.
This commit is contained in:
parent
5be36e2004
commit
6b5d3b89ee
1 changed files with 2 additions and 1 deletions
|
|
@ -2098,11 +2098,12 @@ record_overlay_string (ssl, str, str2, pri, size)
|
|||
Returns the string length, and stores the contents indirectly through
|
||||
PSTR, if that variable is non-null. The string may be overwritten by
|
||||
subsequent calls. */
|
||||
|
||||
int
|
||||
overlay_strings (pos, w, pstr)
|
||||
int pos;
|
||||
struct window *w;
|
||||
char **pstr;
|
||||
unsigned char **pstr;
|
||||
{
|
||||
Lisp_Object ov, overlay, window, str;
|
||||
int startpos, endpos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue