summaryrefslogtreecommitdiff
path: root/include/type.h
diff options
context:
space:
mode:
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,