summaryrefslogtreecommitdiff
path: root/include/type.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 16:01:04 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 16:01:04 -0700
commita2b81c7e8642da249acbfa1ca4fe0362a900f0e2 (patch)
tree875785f2e9a1533ae22552f5856e854f3d7d0cd8 /include/type.h
parentb8d747580db76bc3e51bae6c3cdae49b5b44e20b (diff)
More progress on implementing nested arrays
Diffstat (limited to 'include/type.h')
-rw-r--r--include/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/type.h b/include/type.h
index f3e357f..200d658 100644
--- a/include/type.h
+++ b/include/type.h
@@ -19,7 +19,7 @@ namespace PhpCpp {
*/
typedef enum _Type {
nullType = 0,
- intType = 1,
+ longType = 1,
decimalType = 2,
boolType = 3,
arrayType = 4,