(Close_VMS_Object_File): Add comment pointing out some code that doesn't belong

in this file.
This commit is contained in:
Ken Raeburn 1994-03-11 23:07:00 +00:00
parent be22008b2c
commit c17f46667a
1 changed files with 3 additions and 0 deletions

View File

@ -539,6 +539,9 @@ static
Close_VMS_Object_File ()
{
short int m_one = -1;
/* @@ This should not be here!! The same would presumably be needed
if we were writing vax-bsd a.out files on a vms system. Put it
someplace else! */
#ifndef HO_VMS /* For cross-assembly purposes. */
/* Write a 0xffff into the file, which means "End of File" */
write (VMS_Object_File_FD, &m_one, 2);