Skip to content

Commit

Permalink
[pct]: 'cconst' should be 'cclass' (there is no 'cconst.pasm').
Browse files Browse the repository at this point in the history
Originally f2c7baf
Author:	pmichaud <pmichaud@pobox.com>
  • Loading branch information
Benabik committed Jun 13, 2011
1 parent 53565cf commit 62c7096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/pct/src/PAST/Compiler.pm
Expand Up @@ -127,7 +127,7 @@ INIT {
%valflags<String> := 's~*:e';
%valflags<Integer> := 'i+*:';
%valflags<Float> := 'n+*:';
%valflags<!cconst> := 'i+*:c';
%valflags<!cclass> := 'i+*:c';
%valflags<!except_severity> := 'i+*:c';
%valflags<!except_types> := 'i+*:c';
%valflags<!iterator> := 'i+*:c';
Expand Down

0 comments on commit 62c7096

Please sign in to comment.