Format code.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#ifndef LIBABACUS_INTERPRETER_H
|
||||
#define LIBABACUS_INTERPRETER_H
|
||||
|
||||
#include "table.h"
|
||||
#include "tree.h"
|
||||
#include "impl.h"
|
||||
#include "libabacus.h"
|
||||
#include "table.h"
|
||||
#include "tree.h"
|
||||
|
||||
struct libab_s;
|
||||
|
||||
@@ -15,8 +15,8 @@ struct libab_interpreter_s {
|
||||
typedef struct libab_interpreter_s libab_interpreter;
|
||||
|
||||
void libab_interpreter_init(libab_interpreter* intr, struct libab_s* ab);
|
||||
libab_result libab_interpreter_run(libab_interpreter* intr,
|
||||
libab_tree* tree, libab_ref* into);
|
||||
libab_result libab_interpreter_run(libab_interpreter* intr, libab_tree* tree,
|
||||
libab_ref* into);
|
||||
void libab_interpreter_free(libab_interpreter* intr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user