mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgscm: Merge opexe_0.
* tests/gpgscm/scheme-private.h (struct scheme): Remove field 'op'. * tests/gpgscm/scheme.c (opexe_0): Inline into 'Eval_Cycle'. (_Error_1): Return the opcode to evaluate next. (Error_1): Do not return, but set the opcode and goto dispatch. (Error_0): Likewise. (s_goto): Likewise. (s_return): Likewise. (s_return_enable_gc): Likewise. (s_thread_to): Remove superfluous cast. (_s_return): Return the opcode to evaluate next. (scheme_init_custom_alloc): Adapt to removal of field 'op'. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
cacfd4bce9
commit
9c6407d17e
2 changed files with 38 additions and 49 deletions
|
@ -196,7 +196,6 @@ FILE *tmpfp;
|
|||
int tok;
|
||||
int print_flag;
|
||||
pointer value;
|
||||
int op;
|
||||
unsigned int flags;
|
||||
|
||||
void *ext_data; /* For the benefit of foreign functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue