Author: tene
Date: Mon Jan  5 01:04:21 2009
New Revision: 34973

Modified:
   branches/pct_hll/languages/pheme/pheme.pir

Log:
[pheme]: Register pheme as the compiler for 'pheme' instead of 'Pheme'
to match the directory it's in.

Modified: branches/pct_hll/languages/pheme/pheme.pir
==============================================================================
--- branches/pct_hll/languages/pheme/pheme.pir  (original)
+++ branches/pct_hll/languages/pheme/pheme.pir  Mon Jan  5 01:04:21 2009
@@ -58,7 +58,7 @@
     $P0 = get_hll_global ['PCT'], 'HLLCompiler'
     $P1 = $P0.'new'()
 
-    $P1.'language'('Pheme')
+    $P1.'language'('pheme')
     $P0 = get_hll_namespace ['Pheme';'Grammar']
     $P1.'parsegrammar'($P0)
     $P0 = get_hll_namespace ['Pheme';'AST';'Grammar']

Reply via email to