Mercurial > hg > octave-thorsten
diff src/toplev.cc @ 2439:dc870b8b229f
[project @ 1996-10-30 07:57:31 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 07:58:24 +0000 (1996-10-30) |
parents | a45c7d64b5e3 |
children | f667d7ec08b9 |
line wrap: on
line diff
--- a/src/toplev.cc +++ b/src/toplev.cc @@ -792,6 +792,7 @@ m ["startupfiledir"] = OCTAVE_STARTUPFILEDIR; m ["localfcnfilepath"] = OCTAVE_LOCALFCNFILEPATH; m ["archlibdir"] = OCTAVE_ARCHLIBDIR; + m ["localarchlibdir"] = OCTAVE_LOCALARCHLIBDIR; m ["octfiledir"] = OCTAVE_OCTFILEDIR; m ["localoctfilepath"] = OCTAVE_LOCALOCTFILEPATH; m ["fcnfilepath"] = OCTAVE_FCNFILEPATH;