Mercurial > hg > octave-nkf
diff src/utils.h @ 2440:d95b5eb82e22
[project @ 1996-10-30 17:53:42 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 17:54:40 +0000 |
parents | 0da2c91573d9 |
children | 8b262e771614 |
line wrap: on
line diff
--- a/src/utils.h +++ b/src/utils.h @@ -40,7 +40,7 @@ extern string fcn_file_in_path (const string&); extern string oct_file_in_path (const string&); -extern "C" void jump_to_top_level (void) NORETURN; +extern "C" void jump_to_top_level (void) GCC_ATTR_NORETURN; extern int almost_match (const string& std, const string& s, int min_match_len = 1, int case_sens = 1);