Commit e5f5057f authored by Federico G. Schwindt's avatar Federico G. Schwindt

Skip 0 values for debugging purposes

Related to #2000.
parent 0577f3fb
......@@ -135,12 +135,14 @@ typedef struct {
/*--------------------------------------------------------------------*/
enum req_step {
R_STP_NONE = 0,
#define REQ_STEP(l, u, arg) R_STP_##u,
#include "tbl/steps.h"
#undef REQ_STEP
};
enum fetch_step {
F_STP_NONE = 0,
#define FETCH_STEP(l, U, arg) F_STP_##U,
#include "tbl/steps.h"
#undef FETCH_STEP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment