pike.git
/
src
/
post_modules
/
Nettle
/
hash.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/hash.cmod:445:
{ werror("Hash->INIT\n"); THIS->meta = NULL; } /*! @class State *! *! Base class for hashing contexts. */ PIKECLASS State
-
program_flags PROGRAM_USES_PARENT|PROGRAM_NEEDS_PARENT;
+
program_flags PROGRAM_USES_PARENT|PROGRAM_NEEDS_PARENT
|PROGRAM_CLEAR_STORAGE
;
{ DOCSTART() @decl inherit Hash::State DOCEND() EXTRA { /* Perform an inherit of the State class (if any) that our parent * may contain via its inherit of __builtin.Nettle.Hash. */ struct program *parent_prog = Pike_compiler->previous->new_program;