[glibmm/glibmm-2-30] Ensure template parameter has a space before to avoid trigraphs. (Gtkmm bug #663303)



commit ad5ddd5df670ab0e5ff4ff4ef313eb0185b50515
Author: Hub Figuiere <hub figuiere net>
Date:   Fri Nov 4 01:32:10 2011 -0400

    Ensure template parameter has a space before to avoid trigraphs.
    (Gtkmm bug #663303)

 tools/m4/property.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/m4/property.m4 b/tools/m4/property.m4
index 4a9877b..aae8f70 100644
--- a/tools/m4/property.m4
+++ b/tools/m4/property.m4
@@ -15,7 +15,7 @@ define(`_PROPERTY_PROXY',`dnl
 dnl
 dnl Put spaces around the template parameter if necessary.
 pushdef(`__PROXY_TYPE__',`dnl
-Glib::PropertyProxy$4<'ifelse(regexp(_QUOTE($3),`>$'),`-1',_QUOTE($3),` '_QUOTE($3)` ')`>'dnl
+Glib::PropertyProxy$4< _QUOTE($3) >'dnl
 )dnl
 #ifdef GLIBMM_PROPERTIES_ENABLED
 /** $5



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]