1
Fork 0
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:
Richard M. Stallman 1996-09-19 03:31:13 +00:00
parent 5be36e2004
commit 6b5d3b89ee

View file

@ -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;