comparison src/oct-obj.cc @ 2970:b9e64477f703

[project @ 1997-05-15 18:04:21 by jwe]
author jwe
date Thu, 15 May 1997 18:08:21 +0000
parents 6285237ed3b9
children c17387059fd3
comparison
equal deleted inserted replaced
2969:1b47dd00a831 2970:b9e64477f703
28 #include <config.h> 28 #include <config.h>
29 #endif 29 #endif
30 30
31 #include "error.h" 31 #include "error.h"
32 #include "oct-obj.h" 32 #include "oct-obj.h"
33
34 octave_allocator
35 octave_value_list::allocator (sizeof (octave_value_list));
33 36
34 octave_value_list& 37 octave_value_list&
35 octave_value_list::prepend (const octave_value& val) 38 octave_value_list::prepend (const octave_value& val)
36 { 39 {
37 int n = length (); 40 int n = length ();