changeset 2008:82492abfe103

[project @ 1996-03-07 16:20:09 by jwe]
author jwe
date Thu, 07 Mar 1996 16:20:09 +0000
parents 413b1a8da40f
children f6db75345ef7
files liboctave/lo-error.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/lo-error.h	Mon Mar 04 00:51:13 1996 +0000
+++ b/liboctave/lo-error.h	Thu Mar 07 16:20:09 1996 +0000
@@ -23,7 +23,7 @@
 #if !defined (octave_liboctave_error_h)
 #define octave_liboctave_error_h 1
 
-// Tell g++ that fatal doesn't return;
+/* Tell g++ that fatal doesn't return */
 
 #if defined (__GNUG__)
 typedef void v_fcn_cpc_x (const char *, ...);
@@ -34,8 +34,8 @@
 
 typedef void (*liboctave_error_handler) (const char *, ...);
 
-// Would be nice to make this private, but we want to share it among
-// all the liboctave classes.
+/* Would be nice to make this private, but we want to share it among
+   all the liboctave classes. */
 extern liboctave_error_handler current_liboctave_error_handler;
 
 extern void set_liboctave_error_handler (liboctave_error_handler f);