Mercurial > hg > octave-thorsten
changeset 14157:d0dcf26c4cbd stable
remove scary warning from startup message
* version.h.in (OCTAVE_STARTUP_MESSAGE): Delete scary warning about
changed semantics for arithmetic operators.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 06 Jan 2012 11:40:05 -0500 |
parents | d5d3037cbc11 |
children | 727504fd26f0 |
files | src/version.h.in |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/version.h.in +++ b/src/version.h.in @@ -87,8 +87,5 @@ #define OCTAVE_STARTUP_MESSAGE \ X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ (" For details, type `warranty'.") "\n\n" \ - "For information about changes from previous versions, type `news'.\n\n\ -** WARNING ** Semantics for arithmetic operators were changed\n\ - in version 3.6.0 and now broadcast.\n\ - Type `doc broadcast' to get a description of the changes." + "For information about changes from previous versions, type `news'." #endif