diff src/pt-mat.h @ 8107:8655dc0906e6

Special case single type conacation in Fcat. Rework cell2mat to take advantage
author David Bateman <dbateman@free.fr>
date Wed, 17 Sep 2008 14:37:49 -0400
parents 71f068b22fcc
children 38a797766a2a
line wrap: on
line diff
--- a/src/pt-mat.h	Wed Sep 17 14:40:04 2008 -0400
+++ b/src/pt-mat.h	Wed Sep 17 14:37:49 2008 -0400
@@ -81,6 +81,12 @@
 // The character to fill with when creating string arrays.
 extern char Vstring_fill_char;
 
+extern std::string 
+get_concat_class (const std::string& c1, const std::string& c2);
+
+extern void
+maybe_warn_string_concat (bool all_dq_strings_p, bool all_sq_strings_p);
+
 #endif
 
 /*