Mercurial > hg > octave-nkf
diff src/variables.cc @ 1509:36477a20e8c8
[project @ 1995-10-03 10:34:12 by jwe]
author | jwe |
---|---|
date | Tue, 03 Oct 1995 10:35:19 +0000 |
parents | 3a66934240ea |
children | fe9c39fd89c7 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1827,6 +1827,11 @@ 1.0, 0, warn_function_name_clash, "produce warning if function name conflicts with file name"); + DEFVAR ("warn_missing_semicolon", SBV_warn_missing_semicolon, + 0.0, 0, warn_missing_semicolon, + "produce a warning if a statement in a script or function file is +not terminated with a semicolon") + DEFVAR ("whitespace_in_literal_matrix", SBV_whitespace_in_literal_matrix, "", 0, whitespace_in_literal_matrix,