X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fprocimpl.h;h=a6213e1aa360598ee02eb1b119b9ee272a889639;hb=de73d69675b9cd0c61a45656d4f9405519ddfc3c;hp=b8ce625a4b7be7b040279f0f7fffdef59253a044;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/procimpl.h b/src/procimpl.h index b8ce625..a6213e1 100644 --- a/src/procimpl.h +++ b/src/procimpl.h @@ -178,7 +178,7 @@ void init_process_io_handles (Lisp_Process *p, void* in, void* out, int flags); void send_process (Lisp_Object proc, Lisp_Object relocatable, - CONST Bufbyte *nonrelocatable, + const Bufbyte *nonrelocatable, int start, int len); #endif /* INCLUDED_procimpl_h_ */