texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Sun, 15 Jan 2023 14:39:18 -0500 (EST)

branch: master
commit 523f0474a2166b994510f27ec7e0fb3e9e23b0f9
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Jan 15 19:21:47 2023 +0000

    * system.h (DEFAULT_TMPDIR): Remove all uses, eliminating
    check for VMS.
    (xexit): Remove declaration; the function itself apparently was
    removed 2012-06-11.
---
 ChangeLog |  7 +++++++
 system.h  | 10 ----------
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 309057b039..8e9a817a5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-01-15  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * system.h (DEFAULT_TMPDIR): Remove all uses, eliminating
+       check for VMS.
+       (xexit): Remove declaration; the function itself apparently was
+       removed 2012-06-11.
+
 2023-01-15  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * system.h (MIN, MAX): Remove.
diff --git a/system.h b/system.h
index db351e8427..38bd81f3df 100644
--- a/system.h
+++ b/system.h
@@ -129,7 +129,6 @@ extern char *strerror ();
 #  define NULL_DEVICE  "NUL"
 # endif  /* O_BINARY && !__MSDOS__ */
 # ifdef __CYGWIN__
-#  define DEFAULT_TMPDIR       "/tmp/"
 #  define PATH_SEP     ":"
 #  define STRIP_DOT_EXE        0
 #  undef NULL_DEVICE
@@ -140,7 +139,6 @@ extern char *strerror ();
 #   define SET_SCREEN_SIZE_HELPER terminal_prep_terminal()
 extern int kill (pid_t, int);
 #  endif  /* _WIN32 */
-#  define DEFAULT_TMPDIR       "c:/"
 #  define PATH_SEP     ";"
 #  define STRIP_DOT_EXE        1
 #  define PIPE_USE_FORK        0
@@ -169,11 +167,6 @@ extern int kill (pid_t, int);
 # define HAVE_LONG_FILENAMES(dir)   (1)
 # define PATH_SEP      ":"
 # define STRIP_DOT_EXE 0
-# ifdef VMS
-#  define DEFAULT_TMPDIR "sys$scratch:"
-# else
-#  define DEFAULT_TMPDIR "/tmp/"
-# endif
 # define NULL_DEVICE   "/dev/null"
 # define PIPE_USE_FORK 1
 #endif /* not O_BINARY */
@@ -184,9 +177,6 @@ extern int kill (pid_t, int);
 /* Some systems don't declare this function in pwd.h. */
 struct passwd *getpwnam (const char *name);
 
-/* Our library routines not included in any system library.  */
-extern void xexit (int);
-
 /* For convenience.  */
 #define STREQ(s1,s2) (strcmp (s1, s2) == 0)
 #define STRCASEEQ(s1,s2) (strcasecmp (s1, s2) == 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]