Skip to content
Snippets Groups Projects
Forked from Nettle / nettle
3974 commits behind the upstream repository.
  • Niels Möller's avatar
    48ee3f6b
    (sexp_iterator_parse): New function, similar to the old · 48ee3f6b
    Niels Möller authored
    sexp_iterator_next, but independent of the previous value of the
    iterator->type.
    (sexp_iterator_first): Use sexp_iterator_parse.
    (sexp_iterator_next): Likewise.
    (sexp_iterator_enter_list): Use sexp_iterator_parse. SEXP_START
    not needed anymore.
    (sexp_iterator_exit_list): Likewise.
    
    Rev: src/nettle/sexp.c:1.9
    48ee3f6b
    History
    (sexp_iterator_parse): New function, similar to the old
    Niels Möller authored
    sexp_iterator_next, but independent of the previous value of the
    iterator->type.
    (sexp_iterator_first): Use sexp_iterator_parse.
    (sexp_iterator_next): Likewise.
    (sexp_iterator_enter_list): Use sexp_iterator_parse. SEXP_START
    not needed anymore.
    (sexp_iterator_exit_list): Likewise.
    
    Rev: src/nettle/sexp.c:1.9
sexp.c 7.01 KiB