Mercurial > hg > octave-nkf
comparison libinterp/parse-tree/pt-pr-code.h @ 17856:97e49b588f5d classdef
maint: periodic merge of default to classdef
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 05 Nov 2013 12:27:42 -0500 |
parents | 93b3d03b05e7 ebb3ef964372 |
children | 4197fc428c7d |
comparison
equal
deleted
inserted
replaced
17746:c4f5c781c3ca | 17856:97e49b588f5d |
---|---|
18 along with Octave; see the file COPYING. If not, see | 18 along with Octave; see the file COPYING. If not, see |
19 <http://www.gnu.org/licenses/>. | 19 <http://www.gnu.org/licenses/>. |
20 | 20 |
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_tree_print_code_h) | 23 #if !defined (octave_pt_pr_code_h) |
24 #define octave_tree_print_code_h 1 | 24 #define octave_pt_pr_code_h 1 |
25 | 25 |
26 #include <stack> | 26 #include <stack> |
27 #include <string> | 27 #include <string> |
28 | 28 |
29 #include "comment-list.h" | 29 #include "comment-list.h" |