Skip to content
Snippets Groups Projects
Commit f5487dbd authored by PAILLE Kyriann's avatar PAILLE Kyriann :8ball:
Browse files

Update stack.h

parent 84b7b0f9
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
#include "Location.h" #include "Location.h"
struct Location; //struct Location;
typedef struct Stack //typedef struct Stack
{ //{
Location* location; // Location* location;
struct Stack* next; //struct Stack* next;
}Stack; //}Stack;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment