From f5487dbd70cb6d81ddbbab586c2e780c34b3dbcb Mon Sep 17 00:00:00 2001
From: PAILLE Kyriann <kyriann.paille9@etu.univ-lorraine.fr>
Date: Sun, 8 Jan 2023 23:08:22 +0000
Subject: [PATCH] Update stack.h

---
 stack.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/stack.h b/stack.h
index 55ba77f..a63a63c 100644
--- a/stack.h
+++ b/stack.h
@@ -3,9 +3,9 @@
 #include "Location.h"
 
 
-struct Location;
-typedef struct Stack
-{
-    Location* location;
-    struct Stack* next;
-}Stack;
\ No newline at end of file
+//struct Location;
+//typedef struct Stack
+//{
+  //  Location* location;
+    //struct Stack* next;
+//}Stack;
-- 
GitLab