From 7536d000ac9a5188378f2749ecfd7f0ccb437573 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 14 Dec 2022 22:12:20 +0100 Subject: first try to pipe stuff --- smash/parser.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'smash/parser.h') diff --git a/smash/parser.h b/smash/parser.h index 9c23e0f..23eee88 100644 --- a/smash/parser.h +++ b/smash/parser.h @@ -3,13 +3,8 @@ #include "../lib/sys/sizes.h" -typedef struct { - const char *head; - const char **args; -} expression_t; - typedef struct expression_list_t__ { - expression_t expression; + char *call; struct expression_list_t__ *next; } expression_list_t; -- cgit v1.2.3-70-g09d2