update: fix stuff
This commit is contained in:
parent
d459a8b8dc
commit
7efe3bc830
2 changed files with 6 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/03 14:31:12 by maiboyer #+# #+# */
|
/* Created: 2023/11/03 14:31:12 by maiboyer #+# #+# */
|
||||||
/* Updated: 2024/07/30 16:40:58 by rparodi ### ########.fr */
|
/* Updated: 2024/10/06 14:39:44 by maiboyer ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -30,6 +30,11 @@
|
||||||
# define NO_ERROR 0
|
# define NO_ERROR 0
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# ifndef BONUS
|
||||||
|
/// @def signal that no error occured
|
||||||
|
# define BONUS 0
|
||||||
|
# endif
|
||||||
|
|
||||||
/// @brief A string, null terminated
|
/// @brief A string, null terminated
|
||||||
typedef char *t_str;
|
typedef char *t_str;
|
||||||
/// @brief A constant string, null terminated
|
/// @brief A constant string, null terminated
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ archive_files = [
|
||||||
"libaq.a",
|
"libaq.a",
|
||||||
"libast.a",
|
"libast.a",
|
||||||
"libexec.a",
|
"libexec.a",
|
||||||
"libgmr.a",
|
|
||||||
"libline.a",
|
"libline.a",
|
||||||
"libme.a",
|
"libme.a",
|
||||||
"libparser.a",
|
"libparser.a",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue