From: Michael Beck Date: Tue, 21 Feb 2006 14:02:11 +0000 (+0000) Subject: fixed the type of the entity number X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e70c22e8aa4cc93e7d72f58453c03cb9bd797e31;p=libfirm fixed the type of the entity number [r7368] --- diff --git a/ir/tr/entity_t.h b/ir/tr/entity_t.h index dc2045ae5..edd167dad 100644 --- a/ir/tr/entity_t.h +++ b/ir/tr/entity_t.h @@ -120,7 +120,7 @@ struct entity { #ifdef DEBUG_libfirm - int nr; /**< a unique node number for each node to make output + long nr; /**< a unique node number for each node to make output readable. */ # endif /* DEBUG_libfirm */ };