emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/sysdep.c


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Fri, 23 Sep 2005 13:06:10 -0400

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.271 emacs/src/sysdep.c:1.272
*** emacs/src/sysdep.c:1.271    Sun Sep 18 05:42:49 2005
--- emacs/src/sysdep.c  Fri Sep 23 17:06:03 2005
***************
*** 256,262 ****
  SIGMASKTYPE sigprocmask_set;
  
  
! #ifndef HAVE_GET_CURRENT_DIR_NAME
  
  /* Return the current working directory.  Returns NULL on errors.
     Any other returned value must be freed with free. This is used
--- 256,262 ----
  SIGMASKTYPE sigprocmask_set;
  
  
! #if !defined (HAVE_GET_CURRENT_DIR_NAME) || defined 
(BROKEN_GET_CURRENT_DIR_NAME)
  
  /* Return the current working directory.  Returns NULL on errors.
     Any other returned value must be freed with free. This is used




reply via email to

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