comparison src/pt.cc @ 3536:e8fbc8c3d6d9

[project @ 2000-02-02 12:01:00 by jwe]
author jwe
date Wed, 02 Feb 2000 12:01:08 +0000
parents 096ad38d7ab5
children 0ff7323dab8b
comparison
equal deleted inserted replaced
3535:c5ebcd5d25a9 3536:e8fbc8c3d6d9
36 #include "pt-pr-code.h" 36 #include "pt-pr-code.h"
37 37
38 // Hide the details of the string buffer so that we are less likely to 38 // Hide the details of the string buffer so that we are less likely to
39 // create a memory leak. 39 // create a memory leak.
40 40
41 std:string 41 std::string
42 tree::str_print_code (void) 42 tree::str_print_code (void)
43 { 43 {
44 std::ostrstream buf; 44 std::ostrstream buf;
45 45
46 tree_print_code tpc (buf); 46 tree_print_code tpc (buf);