Mercurial > hg > octave-lyh
comparison src/parse.y @ 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 | 15031c6fab31 |
comparison
equal
deleted
inserted
replaced
5307:4c8a2e4e0717 | 5308:bc8d6ebb6ee1 |
---|---|
2917 // XXX FIXME XXX -- comments at the end of an input file are | 2917 // XXX FIXME XXX -- comments at the end of an input file are |
2918 // discarded (otherwise, they would be appended to the next | 2918 // discarded (otherwise, they would be appended to the next |
2919 // statement, possibly from the command line or another file, which | 2919 // statement, possibly from the command line or another file, which |
2920 // can be quite confusing). | 2920 // can be quite confusing). |
2921 | 2921 |
2922 octave_comment_buffer::get_comment (); | 2922 octave_comment_list *tc = octave_comment_buffer::get_comment (); |
2923 | |
2924 delete tc; | |
2923 | 2925 |
2924 if (f) | 2926 if (f) |
2925 fclose (static_cast<FILE *> (f)); | 2927 fclose (static_cast<FILE *> (f)); |
2926 } | 2928 } |
2927 | 2929 |