[cmake-commits] king committed cmCommandArgumentParserHelper.cxx 1.15 1.16

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 27 16:14:19 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv11491

Modified Files:
	cmCommandArgumentParserHelper.cxx 
Log Message:
BUG: One should be able to escape the @ symbol.


Index: cmCommandArgumentParserHelper.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCommandArgumentParserHelper.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cmCommandArgumentParserHelper.cxx	26 Jul 2006 15:46:22 -0000	1.15
+++ cmCommandArgumentParserHelper.cxx	27 Sep 2006 20:14:16 -0000	1.16
@@ -172,6 +172,7 @@
   case '(':
   case ')':
   case '$':
+  case '@':
   case '^':
     this->AllocateParserType(pt, &symbol, 1);
     break;



More information about the Cmake-commits mailing list