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: Sun, 30 Dec 2001 17:06:22 -0500

Index: emacs/lib-src/sorted-doc.c
diff -c emacs/lib-src/sorted-doc.c:1.11 emacs/lib-src/sorted-doc.c:1.12
*** emacs/lib-src/sorted-doc.c:1.11     Sat Dec 29 17:22:46 2001
--- emacs/lib-src/sorted-doc.c  Sun Dec 30 17:06:22 2001
***************
*** 1,6 ****
  /* Give this program DOC-mm.nn.oo as standard input and it outputs to
     standard output a file of texinfo input containing the doc strings.
!    
     Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001
        Free Software Foundation Inc.
  
--- 1,6 ----
  /* Give this program DOC-mm.nn.oo as standard input and it outputs to
     standard output a file of texinfo input containing the doc strings.
! 
     Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001
        Free Software Foundation Inc.
  
***************
*** 121,127 ****
  {
    "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET"
  };
!     
  int
  main ()
  {
--- 121,127 ----
  {
    "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET"
  };
! 
  int
  main ()
  {
***************
*** 133,139 ****
  
    DOCSTR *docs;                       /* chain of allocated DOCSTRS */
    char buf[512];              /* line buffer */
!     
    while (1)                   /* process one char at a time */
      {
        /* this char from the DOCSTR file */
--- 133,139 ----
  
    DOCSTR *docs;                       /* chain of allocated DOCSTRS */
    char buf[512];              /* line buffer */
! 
    while (1)                   /* process one char at a time */
      {
        /* this char from the DOCSTR file */
***************
*** 181,187 ****
          bp = buf;
          state = DESC_GET;
        }
!       
        /* process gets */
  
        if (state == NAME_GET || state == DESC_GET)
--- 181,187 ----
          bp = buf;
          state = DESC_GET;
        }
! 
        /* process gets */
  
        if (state == NAME_GET || state == DESC_GET)



reply via email to

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