# HG changeset patch # User Lute Kamstra # Date 1113819697 0 # Node ID eac490378ade2ab496e9e91ba2844a9ad4c5a0cb # Parent aef105b11011911629bc0e4e3cf7c03de3ebe7bb (Vloads_in_progress): Static. diff -r aef105b11011 -r eac490378ade src/lread.c --- a/src/lread.c Mon Apr 18 10:20:46 2005 +0000 +++ b/src/lread.c Mon Apr 18 10:21:37 2005 +0000 @@ -1,6 +1,6 @@ /* Lisp parsing and input streams. Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, 1998, - 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. + 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -89,7 +89,7 @@ extern Lisp_Object Qevent_symbol_element_mask; extern Lisp_Object Qfile_exists_p; -/* non-zero if inside `load' */ +/* non-zero iff inside `load' */ int load_in_progress; /* Directory in which the sources were found. */ @@ -193,7 +193,7 @@ /* A list of file names for files being loaded in Fload. Used to check for recursive loads. */ -Lisp_Object Vloads_in_progress; +static Lisp_Object Vloads_in_progress; /* Non-zero means load dangerous compiled Lisp files. */