comparison src/comment-list.cc @ 5308:bc8d6ebb6ee1

[project @ 2005-04-27 05:08:19 by jwe]
author jwe
date Wed, 27 Apr 2005 05:08:19 +0000
parents 4c8a2e4e0717
children 2a6cb4ed8f1e
comparison
equal deleted inserted replaced
5307:4c8a2e4e0717 5308:bc8d6ebb6ee1
56 { 56 {
57 if (instance_ok ()) 57 if (instance_ok ())
58 instance->do_append (s, t); 58 instance->do_append (s, t);
59 } 59 }
60 60
61
62 octave_comment_list * 61 octave_comment_list *
63 octave_comment_buffer::get_comment (void) 62 octave_comment_buffer::get_comment (void)
64 { 63 {
65 return (instance_ok ()) ? instance->do_get_comment () : 0; 64 return (instance_ok ()) ? instance->do_get_comment () : 0;
66 } 65 }