comparison src/pt-mat.h @ 3836:b8c1cb5b9fd9

[project @ 2001-05-31 19:30:49 by jwe]
author jwe
date Thu, 31 May 2001 19:30:52 +0000
parents 44386b0e53da
children f9ea3dcf58ee
comparison
equal deleted inserted replaced
3835:47ee5e57a350 3836:b8c1cb5b9fd9
74 tree_matrix (const tree_matrix&); 74 tree_matrix (const tree_matrix&);
75 75
76 tree_matrix& operator = (const tree_matrix&); 76 tree_matrix& operator = (const tree_matrix&);
77 }; 77 };
78 78
79 // The character to fill with when creating string arrays.
80 extern char Vstring_fill_char;
81
79 #endif 82 #endif
80 83
81 /* 84 /*
82 ;;; Local Variables: *** 85 ;;; Local Variables: ***
83 ;;; mode: C++ *** 86 ;;; mode: C++ ***