/[emacs]/emacs/src/lread.c
ViewVC logotype

Diff of /emacs/src/lread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.315 by monnier, Sun May 18 03:30:07 2003 UTC revision 1.316 by monnier, Sun Jun 1 18:03:00 2003 UTC
# Line 1054  openp (path, str, suffixes, storeptr, pr Line 1054  openp (path, str, suffixes, storeptr, pr
1054    Lisp_Object string, tail, encoded_fn;    Lisp_Object string, tail, encoded_fn;
1055    int max_suffix_len = 0;    int max_suffix_len = 0;
1056    
1057      CHECK_STRING (str);
1058    
1059    for (tail = suffixes; CONSP (tail); tail = XCDR (tail))    for (tail = suffixes; CONSP (tail); tail = XCDR (tail))
1060      {      {
1061        CHECK_STRING_CAR (tail);        CHECK_STRING_CAR (tail);

Legend:
Removed from v.1.315  
changed lines
  Added in v.1.316

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26