pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-06-25
2017-06-25 01:38:13 by Martin Nilsson <nilsson@fastmail.com>
b467525dda2d0773aabc78ba22171a9dc0f6407a (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
A first draft of reduction of object C initializers.
443:
memset(abcbuf, 0, 3*dsz); }
+
#ifdef PIKE_NULL_IS_SPECIAL
INIT { werror("Hash->INIT\n"); THIS->meta = NULL; }
-
+
#endif
/*! @class State *!
566:
push_string(end_shared_string(digest)); }
+
#ifdef PIKE_NULL_IS_SPECIAL
INIT { werror("State->INIT\n"); THIS->ctx = NULL; }
-
+
#endif
EXIT {