[mpich2-commits] r6608 - mpich2/trunk/maint
jayesh at mcs.anl.gov
jayesh at mcs.anl.gov
Mon May 3 09:43:59 CDT 2010
Author: jayesh
Date: 2010-05-03 09:43:59 -0500 (Mon, 03 May 2010)
New Revision: 6608
Modified:
mpich2/trunk/maint/extractstates.in
Log:
Look into C++ files for state decls
Modified: mpich2/trunk/maint/extractstates.in
===================================================================
--- mpich2/trunk/maint/extractstates.in 2010-05-03 14:42:36 UTC (rev 6607)
+++ mpich2/trunk/maint/extractstates.in 2010-05-03 14:43:59 UTC (rev 6608)
@@ -40,7 +40,7 @@
# findStateDecl is the routine that is run to scan a file for information
$scanFile = "findStateDecl";
$cachefile = '.state-cache';
-$pattern = '\.[chi]$';
+$pattern = '\.[chi](pp){0,1}$';
$exceptionsFile = "estates.txt";
# Load in the routines to extract strings from files
More information about the mpich2-commits
mailing list