Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/lib-src/sorted-doc.c

    r4037 r4073  
    132132  int cnt = 0;                  /* number of DOCSTRs read */ 
    133133 
    134   DOCSTR *docs;                        /* chain of allocated DOCSTRS */ 
     134  DOCSTR *docs = NULL;          /* chain of allocated DOCSTRS */ 
    135135  char buf[512];                /* line buffer */ 
    136136