summaryrefslogtreecommitdiff
path: root/offsets.c
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2007-09-03 03:37:40 -0400
committerSøren Sandmann <sandmann@redhat.com>2007-09-03 03:37:40 -0400
commite38344c31927f3fc78910bcc5295ca4da57832d4 (patch)
treece058ac2b509df9ee2d54d0bba9f940341a315ee /offsets.c
parent39a3fd239388ecef3184936e08f3ca4f17c3e442 (diff)
Beginning of null expressions
Diffstat (limited to 'offsets.c')
-rw-r--r--offsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/offsets.c b/offsets.c
index 5e9552d..2de0266 100644
--- a/offsets.c
+++ b/offsets.c
@@ -45,6 +45,7 @@ offsets_expression (ast_expression_t *expr,
case AST_IDENTIFIER_EXPRESSION:
case AST_INT_LITERAL_EXPRESSION:
case AST_BOOL_LITERAL_EXPRESSION:
+ case AST_NULL_EXPRESSION:
break;
case AST_UNARY_EXPRESSION: