2014-12-04
2014-12-04 19:23:35 by Martin Nilsson <nilsson@opera.com>
-
942ef447dee0ef29ac57c7a5777554f0467b6057
(11 lines)
(+6/-5)
[
Show
| Annotate
]
Branch: bill/master_archive_support
Added some comments.
80:
#else
#define LOCK_BUCKET(HVAL)
#define UNLOCK_BUCKET(HVAL)
- #endif
+ #endif /* PIKE_RUN_UNLOCKED */
#define BEGIN_HASH_SIZE 997
#define MAX_AVG_LINK_LENGTH 2
481:
}
#else
#define locate_problem(X)
- #endif
+ #endif /* PIKE_DEBUG */
/* Find a string in the shared string table.
* This assumes that the string is minimized!!!!
865: Inside #if undefined(HASH_PREFIX)
for(h=0;h<BUCKET_LOCKS;h++) mt_unlock(bucket_locks + h);
#endif
}
- #endif
+ #endif /* !HASH_PREFIX */
}
PMOD_EXPORT struct pike_string *debug_begin_wide_shared_string(size_t len, int shift)
1567: Inside #if defined(PIKE_DEBUG) and #if 0
UNLOCK_BUCKET(e);
}
}
- #endif
+ #endif /* 0 */
return tmp;
}
1626: Inside #if defined(PIKE_DEBUG)
}
}
- #endif
+ #endif /* PIKE_DEBUG */
/*** String compare functions ***/