From 62c7096fe93ccc3cc98d95b2d45b1c9c5d5fb75d Mon Sep 17 00:00:00 2001 From: Brian Gernhardt Date: Mon, 13 Jun 2011 10:52:36 -0400 Subject: [PATCH] [pct]: 'cconst' should be 'cclass' (there is no 'cconst.pasm'). Originally f2c7bafe48bdb651b3bae9a2a3c07f00d59529f8 Author: pmichaud --- compilers/pct/src/PAST/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilers/pct/src/PAST/Compiler.pm b/compilers/pct/src/PAST/Compiler.pm index e21a58903f..d5283dbd9f 100644 --- a/compilers/pct/src/PAST/Compiler.pm +++ b/compilers/pct/src/PAST/Compiler.pm @@ -127,7 +127,7 @@ INIT { %valflags := 's~*:e'; %valflags := 'i+*:'; %valflags := 'n+*:'; - %valflags := 'i+*:c'; + %valflags := 'i+*:c'; %valflags := 'i+*:c'; %valflags := 'i+*:c'; %valflags := 'i+*:c';