Removed line single comments bc no asni c lol

This commit is contained in:
Maieul BOYER 2024-05-02 15:02:38 +02:00
parent 9d8139e035
commit ebaa4dd822
No known key found for this signature in database
95 changed files with 107 additions and 99 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 23:01:45 by maiboyer #+# #+# */
/* Updated: 2024/04/29 16:41:40 by maiboyer ### ########.fr */
/* Updated: 2024/05/02 14:37:53 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -35,6 +35,10 @@
# include "parser/types/types_symbol.h"
# include "parser/types/types_symbol_metadata.h"
#ifndef inline
#define inline __inline__
#endif
static inline bool lex_skip(t_state_id state_value, t_lexer *lexer,
t_lexer_state *s)
{