mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +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>
|
2000-11-03 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/files.c (skeleton_find): New function, eved out of...
|
* src/files.c (skeleton_find): New function, eved out of...
|
||||||
|
|||||||
@@ -22,8 +22,6 @@
|
|||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#if defined (VMS) & !defined (__VMS_POSIX)
|
#if defined (VMS) & !defined (__VMS_POSIX)
|
||||||
# include <ssdef.h>
|
|
||||||
# define unlink delete
|
|
||||||
# ifndef XPFILE
|
# ifndef XPFILE
|
||||||
# define XPFILE "GNU_BISON:[000000]BISON.SIMPLE"
|
# define XPFILE "GNU_BISON:[000000]BISON.SIMPLE"
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user