]> git.saurik.com Git - bison.git/commitdiff
For some reasons, this has not been applied.
authorAkim Demaille <akim@epita.fr>
Fri, 3 Nov 2000 17:27:19 +0000 (17:27 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Nov 2000 17:27:19 +0000 (17:27 +0000)
* src/files.c [VMS]: No longer include `ssdef.h', no longer define
`unlink': it's no longer used.

ChangeLog
src/files.c

index 2031d6f2d7671f9a61ceffd69815388db8712077..53a4d3661a4a088771ed726a0e60712563ba3d13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...
index 37a9bb27e66aa3365e56c676d9b40a059c3fb73f..e0ac8f4e69647816ad91d53ce7af739f58ea90b3 100644 (file)
@@ -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