Mercurial > hg > octave-jordi
diff src/toplev.h @ 315:260863721a51
[project @ 1994-01-28 04:22:45 by jwe]
author | jwe |
---|---|
date | Fri, 28 Jan 1994 04:22:45 +0000 |
parents | 1761d7a3770c |
children | 0b52c68ec81f |
line wrap: on
line diff
--- a/src/toplev.h +++ b/src/toplev.h @@ -1,7 +1,7 @@ // octave.h -*- C++ -*- /* -Copyright (C) 1992, 1993 John W. Eaton +Copyright (C) 1992, 1993, 1994 John W. Eaton This file is part of Octave. @@ -82,6 +82,9 @@ // Pointer to function that is currently being evaluated. extern tree_function *curr_function; +// Nonzero means input is coming from startup file. +extern int input_from_startup_file; + #endif /*