emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/getopt.c
Date: Fri, 04 Apr 2003 01:21:36 -0500

Index: emacs/lib-src/getopt.c
diff -c emacs/lib-src/getopt.c:1.22 emacs/lib-src/getopt.c:1.23
*** emacs/lib-src/getopt.c:1.22 Sat Dec  7 00:22:27 2002
--- emacs/lib-src/getopt.c      Sun Dec  8 20:55:05 2002
***************
*** 75,80 ****
--- 75,84 ----
  # endif
  #endif
  
+ #if HAVE_LIBINTL_H
+ # include <libintl.h>
+ #endif /* HAVE_LIBINTL_H */
+ 
  #if 0
  #  ifdef _LIBC
  #    include <libintl.h>
***************
*** 84,95 ****
  #  endif  /* end #ifdef _LIBC */
  #endif  /* end #if 0 */
  
! #if HAVE_LIBINTL_H || defined _LIBC
    /* Should I include libintl.h here as in regex.c ? */
  #  define _(msgid) gettext (msgid)
! #else  /* not #if HAVE_LIBINTL_H || defined _LIBC */
  #  define _(msgid) (msgid)
! #endif  /* end #if HAVE_LIBINTL_H || defined _LIBC */
  
  #if defined _LIBC && defined USE_IN_LIBIO
  # include <wchar.h>
--- 88,99 ----
  #  endif  /* end #ifdef _LIBC */
  #endif  /* end #if 0 */
  
! #if HAVE_LIBINTL_H
    /* Should I include libintl.h here as in regex.c ? */
  #  define _(msgid) gettext (msgid)
! #else  /* not #if HAVE_LIBINTL_H */
  #  define _(msgid) (msgid)
! #endif  /* end #if HAVE_LIBINTL_H */
  
  #if defined _LIBC && defined USE_IN_LIBIO
  # include <wchar.h>




reply via email to

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