Author: coke Date: Thu Feb 21 17:24:20 2008 New Revision: 25965 Modified: trunk/tools/dev/mk_language_shell.pl
Log: [codingstd] Fix the coda used when generating PIR files in a new language. Modified: trunk/tools/dev/mk_language_shell.pl ============================================================================== --- trunk/tools/dev/mk_language_shell.pl (original) +++ trunk/tools/dev/mk_language_shell.pl Thu Feb 21 17:24:20 2008 @@ -310,7 +310,7 @@ # mode: pir # fill-column: 100 # End: -# vim: expandtab shiftwidth=4: +# vim: expandtab shiftwidth=4 ft=pir: __src/parser/grammar.pg__ # @Id@ @@ -443,7 +443,7 @@ # mode: pir # fill-column: 100 # End: -# vim: expandtab shiftwidth=4: +# vim: expandtab shiftwidth=4 ft=pir: __t/harness__ #! perl
