Skip to content

Commit

Permalink
sst: Allow # as a comment character in prologues
Browse files Browse the repository at this point in the history
I don't think this will confuse things for Fortran prologues
but it will allow Perl prologues.
  • Loading branch information
timj committed Aug 15, 2014
1 parent 47d052c commit a6eb0d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/sst/SST_PAR
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit a6eb0d8

Please sign in to comment.