avec le header c'est mieux...

This commit is contained in:
gwojda 2017-03-14 13:51:06 +01:00
parent b7e3ef3ecd
commit 9545cb5e00
4 changed files with 7 additions and 6 deletions

View file

@ -6,14 +6,14 @@
# By: wescande <wescande@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2016/08/29 21:32:58 by wescande #+# #+# #
# Updated: 2017/03/12 15:48:20 by ariard ### ########.fr #
# Updated: 2017/03/14 12:34:49 by gwojda ### ########.fr #
# #
# **************************************************************************** #
NAME = 42sh
CC = gcc
FLAGS = -Wall -Wextra -Werror
FLAGS = -Wall -Wextra -Werror -g
D_FLAGS = -g
DELTA = $$(echo "$$(tput cols)-47"|bc)

View file

@ -6,7 +6,7 @@
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2017/01/23 10:35:44 by gwojda #+# #+# */
/* Updated: 2017/03/14 11:09:04 by gwojda ### ########.fr */
/* Updated: 2017/03/14 13:47:09 by gwojda ### ########.fr */
/* */
/* ************************************************************************** */
@ -55,6 +55,8 @@
# define TOUCHE_F5 892427035
# define TOUCHE_F6 925981467
# define CORRUPT 1
/* # define IS_QUOTES (1 << 0) */
/* # define IS_BQUOTES (1 << 1) */
/* # define IS_DQUOTES (1 << 2) */

View file

@ -6,7 +6,7 @@
/* By: alao <alao@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/10/15 13:27:14 by alao #+# #+# */
/* Updated: 2017/03/14 12:12:23 by gwojda ### ########.fr */
/* Updated: 2017/03/14 12:29:12 by gwojda ### ########.fr */
/* */
/* ************************************************************************** */
@ -54,7 +54,6 @@ static char *c_current_words(t_comp *c)
--pos;
if (c->rcmd[pos] == ' ')
++pos;
DG("rcmd = \"%s\"", c->rcmd);
return (c->rcmd + pos);
}

View file

@ -6,7 +6,7 @@
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/12/13 13:51:33 by gwojda #+# #+# */
/* Updated: 2017/03/11 16:14:18 by jhalford ### ########.fr */
/* Updated: 2017/03/14 12:32:38 by gwojda ### ########.fr */
/* */
/* ************************************************************************** */