mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Fix rash build.
Copied from Perforce Change: 186527 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
cb629746ea
commit
d482c85929
1 changed files with 2 additions and 1 deletions
|
|
@ -494,11 +494,12 @@ Res EventDescribe(Event event, mps_lib_FILE *stream, Count depth)
|
|||
{
|
||||
UNUSED(event);
|
||||
UNUSED(stream);
|
||||
UNUSED(depth);
|
||||
return ResUNIMPL;
|
||||
}
|
||||
|
||||
|
||||
Res EventWrite(Event event, mps_lib_FILE *stream, Count depth)
|
||||
Res EventWrite(Event event, mps_lib_FILE *stream)
|
||||
{
|
||||
UNUSED(event);
|
||||
UNUSED(stream);
|
||||
|
|
|
|||
Loading…
Reference in a new issue