Modified stuff
This commit is contained in:
parent
bb36b37bd3
commit
f490f834f7
11 changed files with 11 additions and 56 deletions
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void ast_print_node_command_substitution(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void ast_print_node_empty(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void ast_print_node_variable_assignment(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void ast_print_node_file_redirection_heredoc(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void ast_print_node_subshell(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void _print_term(t_ast_terminator_kind term)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
void ast_print_node_arithmetic_expansion(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../../include/function_declaration.h"
|
||||
#include "ast/_function_declaration.h"
|
||||
|
||||
/*
|
||||
t_ast_arithmetic_expansion arithmetic_expansion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue