Show
Ignore:
Timestamp:
02/29/2008 09:58:29 AM (5 years ago)
Author:
moo
Message:

fix dprint space for { that without name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/hashtable.m4

    r504 r534  
    123123                fprintf(stderr, "$2:\""); 
    124124                xc_dprint_str_len(BUCKET_KEY_S(b), BUCKET_KEY_SIZE(b)); 
    125                 fprintf(stderr, "\" %d:h=%lu", BUCKET_KEY_SIZE(b), b->h); 
     125                fprintf(stderr, "\" %d:h=%lu ", BUCKET_KEY_SIZE(b), b->h); 
    126126            ') 
    127127            if (sizeof(void *) == sizeof($2)) {