Author: jonathan
Date: Tue Nov 11 10:25:51 2008
New Revision: 32549
Modified:
trunk/compilers/pct/src/PAST/Compiler.pir
Log:
[PCT] Add isnull to list of op sigs.
Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir (original)
+++ trunk/compilers/pct/src/PAST/Compiler.pir Tue Nov 11 10:25:51 2008
@@ -77,6 +77,7 @@
piropsig['pow'] = 'NN+'
piropsig['print'] = 'v*'
piropsig['set'] = 'PP'
+ piropsig['isnull'] = 'IP'
set_global '%piropsig', piropsig
## %valflags specifies when PAST::Val nodes are allowed to