update: added folding into expansion node if possible
This commit is contained in:
parent
09dbd2de91
commit
142ac9c9e1
11 changed files with 278 additions and 41 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/12 22:20:30 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/09/13 15:32:52 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/10/03 22:46:09 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -16,13 +16,13 @@
|
|||
# include "me/types.h"
|
||||
|
||||
# ifndef NVALGRIND
|
||||
# if _INCLUDE_VALGRIND
|
||||
# ifndef _INCLUDE_VALGRIND
|
||||
# define _INCLUDE_VALGRIND
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# ifdef VGHEADER
|
||||
# if _INCLUDE_VALGRIND
|
||||
# ifndef _INCLUDE_VALGRIND
|
||||
# define _INCLUDE_VALGRIND
|
||||
# endif
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue