1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(readevalloop): Fix type of UNIBYTE parameter.

This commit is contained in:
Andreas Schwab 1998-04-28 09:23:01 +00:00
parent de4df76b65
commit 6c478f93f6

View File

@ -936,7 +936,7 @@ readevalloop (readcharfun, stream, sourcename, evalfun, printflag, unibyte)
Lisp_Object sourcename;
Lisp_Object (*evalfun) ();
int printflag;
int unibyte;
Lisp_Object unibyte;
{
register int c;
register Lisp_Object val;