diff src/ov-list.h @ 4559:802818bfac91

[project @ 2003-10-28 19:13:43 by jwe]
author jwe
date Tue, 28 Oct 2003 19:13:43 +0000
parents 508238e65af7
children 742993a501b9
line wrap: on
line diff
--- a/src/ov-list.h
+++ b/src/ov-list.h
@@ -87,6 +87,8 @@
 
   int length (void) const { return lst.length (); }
 
+  int nelem (void) const { return length (); }
+
   bool is_defined (void) const { return true; }
 
   bool is_constant (void) const { return true; }