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:
parent
de4df76b65
commit
6c478f93f6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user