changeset 433:04d9a1c05f94

Remove a dead line that can't trigger.
author Rob Landley <rob@landley.net>
date Tue, 01 May 2007 17:26:50 -0400
parents 01fb5d2a496e
children 98a68386c5a6
files tcc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tcc.c	Tue May 01 17:18:57 2007 -0400
+++ b/tcc.c	Tue May 01 17:26:50 2007 -0400
@@ -5060,7 +5060,6 @@
                 /* we handle char/short/etc... with generic code */
                 if (dbt != (VT_INT | VT_UNSIGNED) &&
                     dbt != (VT_LLONG | VT_UNSIGNED) &&
-                    dbt != VT_BOOL &&
                     dbt != VT_LLONG)
                     dbt = VT_INT;
                 if (c) {