aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inline.c
diff options
authorAlexander Viro <viro@www.linux.org.uk>2004-07-23 22:35:46 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:02:18 -0700
commit9c2ebe3f27f19095e2822463aa713be4b8b523d2 (patch)
tree8fc6a25bc864b026da78824d9c961e8536f06084 /inline.c
parent07bc6f3abd6f1b16d3b7476a84aa127b56bb1233 (diff)
downloadsparse-dev-9c2ebe3f27f19095e2822463aa713be4b8b523d2.tar.gz
[PATCH] FP handling
FP handling added, everything straightforward by now.
Diffstat (limited to 'inline.c')
-rw-r--r--inline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inline.c b/inline.c
index 8a07c57f..5dc49fb7 100644
--- a/inline.c
+++ b/inline.c
@@ -77,6 +77,7 @@ static struct expression * copy_expression(struct expression *expr)
/* Atomics, never change, just return the expression directly */
case EXPR_VALUE:
case EXPR_STRING:
+ case EXPR_FVALUE:
break;
/* Unops: check if the subexpression is unique */