From a6eb0d854fd94b5c0336d53b14e278db403c6f25 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 14 Aug 2014 20:30:00 -0700 Subject: [PATCH] sst: Allow # as a comment character in prologues I don't think this will confuse things for Fortran prologues but it will allow Perl prologues. --- applications/sst/SST_PAR | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/sst/SST_PAR b/applications/sst/SST_PAR index 546a0682c5d..c649b574bf4 100644 --- a/applications/sst/SST_PAR +++ b/applications/sst/SST_PAR @@ -29,6 +29,7 @@ * Add parameterization of printable backslash. * 14-AUG-2014 (TIMJ): * Define comment characters in one location +* Add "#" as comment character. * {enter_changes_here} * Copyright: @@ -71,7 +72,7 @@ * Characters that can represent a comment in SST prologues CHARACTER * (3) SST__COMCHARS - PARAMETER ( SST__COMCHARS = '*Cc' ) + PARAMETER ( SST__COMCHARS = '*Cc#' ) *. * @(#)sst_par 1.1 94/12/05 11:38:25 96/07/05 10:28:45