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 @@
#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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment