mise a la norme
This commit is contained in:
parent
7644c06f4f
commit
933e912170
1 changed files with 3 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2016/12/13 17:11:48 by jhalford #+# #+# */
|
/* Created: 2016/12/13 17:11:48 by jhalford #+# #+# */
|
||||||
/* Updated: 2017/03/22 19:36:55 by jhalford ### ########.fr */
|
/* Updated: 2017/03/24 16:58:22 by wescande ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -48,14 +48,13 @@ typedef struct s_data_template t_btexport;
|
||||||
typedef enum e_lexstate t_lexstate;
|
typedef enum e_lexstate t_lexstate;
|
||||||
typedef struct s_token t_token;
|
typedef struct s_token t_token;
|
||||||
typedef struct s_rvwords t_rvwords;
|
typedef struct s_rvwords t_rvwords;
|
||||||
|
|
||||||
typedef struct s_ld t_ld;
|
typedef struct s_ld t_ld;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Execution types
|
** Execution types
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef int t_condition;
|
typedef int t_condition;
|
||||||
typedef struct s_job t_job;
|
typedef struct s_job t_job;
|
||||||
typedef struct s_process t_process;
|
typedef struct s_process t_process;
|
||||||
typedef int (t_execf)(const char *path,
|
typedef int (t_execf)(const char *path,
|
||||||
|
|
@ -64,11 +63,9 @@ typedef int (t_execf)(const char *path,
|
||||||
typedef enum e_process_type t_process_type;
|
typedef enum e_process_type t_process_type;
|
||||||
typedef enum e_process_state t_process_state;
|
typedef enum e_process_state t_process_state;
|
||||||
typedef union u_process_data t_process_data;
|
typedef union u_process_data t_process_data;
|
||||||
typedef struct s_process_map t_process_map;
|
typedef struct s_process_map t_process_map;
|
||||||
typedef struct s_data_cond t_data_while;
|
typedef struct s_data_cond t_data_while;
|
||||||
typedef struct s_data_cond t_data_if;
|
typedef struct s_data_cond t_data_if;
|
||||||
typedef struct s_data_cond t_data_if;
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Parser types
|
** Parser types
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue