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/sorted-doc.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lib-src/sorted-doc.c
Date: Sat, 29 Dec 2001 17:22:46 -0500

Index: emacs/lib-src/sorted-doc.c
diff -c emacs/lib-src/sorted-doc.c:1.10 emacs/lib-src/sorted-doc.c:1.11
*** emacs/lib-src/sorted-doc.c:1.10     Fri Dec 21 22:13:06 2001
--- emacs/lib-src/sorted-doc.c  Sat Dec 29 17:22:46 2001
***************
*** 23,29 ****
  
     This version sorts the output by function name.  */
  
! #include "config.h"
  #include <stdio.h>
  #include <ctype.h>
  #ifndef HAVE_STDLIB_H         /* config.h includes stdlib.  */
--- 23,32 ----
  
     This version sorts the output by function name.  */
  
! #ifdef HAVE_CONFIG_H
! #include <config.h>
! #endif
! 
  #include <stdio.h>
  #include <ctype.h>
  #ifndef HAVE_STDLIB_H         /* config.h includes stdlib.  */



reply via email to

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