diff src/ov-struct.cc @ 10370:9c4daf174387

implement IDs for common liboctave exceptions
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 28 Feb 2010 08:19:49 +0100
parents 12884915a8e4
children e0ba186b242b
line wrap: on
line diff
--- a/src/ov-struct.cc	Sat Feb 27 23:04:09 2010 -0500
+++ b/src/ov-struct.cc	Sun Feb 28 08:19:49 2010 +0100
@@ -74,7 +74,7 @@
 
 #if 0
 static void
-gripe_invalid_index (void)
+gripe_invalid_index1 (void)
 {
   error ("invalid index for structure array");
 }