X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fset.c;h=13707036006bcd74308574e8157c16ec1b1b911c;hb=a3810dc1272be0998c419f89057cbf1b2c4969d8;hp=d1a2d0074c2e4f0f4a033c5a3663db6849fd77dd;hpb=5c27107154d63252e27639ebb34e98022f9b3358;p=libfirm diff --git a/ir/adt/set.c b/ir/adt/set.c index d1a2d0074..137070360 100644 --- a/ir/adt/set.c +++ b/ir/adt/set.c @@ -14,9 +14,9 @@ Submitted-By: Esmond Pitt Archive-name: dynamic-hash - ** Dynamic hashing, after CACM April 1988 pp 446-457, by Per-Ake Larson. - ** Coded into C, with minor code improvements, and with hsearch(3) interface, - ** by ejp@ausmelb.oz, Jul 26, 1988: 13:16; + * Dynamic hashing, after CACM April 1988 pp 446-457, by Per-Ake Larson. + * Coded into C, with minor code improvements, and with hsearch(3) interface, + * by ejp@ausmelb.oz, Jul 26, 1988: 13:16; TODO: Fix Esmond's ugly MixedCapsIdentifiers ;-> */ @@ -33,8 +33,9 @@ #define INLINE #endif -/* bcopy is not ISO C */ +/* bcopy is not ISO C * #define bcopy(X, Y, Z) memcpy((Y), (X), (Z)) +*/ #ifdef PSET # define SET pset @@ -139,7 +140,7 @@ stat_chain_len (SET *table, int chain_len) const char *MANGLEP(tag); -void +static void MANGLEP(describe) (SET *table) { int i, j, collide;