mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
For some reasons, this has not been applied.
* src/files.c [VMS]: No longer include `ssdef.h', no longer define `unlink': it's no longer used.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2000-11-03 Akim Demaille <akim@epita.fr>
|
||||
|
||||
For some reasons, this has not been applied.
|
||||
|
||||
* src/files.c [VMS]: No longer include `ssdef.h', no longer define
|
||||
`unlink': it's no longer used.
|
||||
|
||||
2000-11-03 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/files.c (skeleton_find): New function, eved out of...
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
#include "system.h"
|
||||
|
||||
#if defined (VMS) & !defined (__VMS_POSIX)
|
||||
# include <ssdef.h>
|
||||
# define unlink delete
|
||||
# ifndef XPFILE
|
||||
# define XPFILE "GNU_BISON:[000000]BISON.SIMPLE"
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user