aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ll.h b/src/ll.h
index b4c8cc9..9286dfd 100644
--- a/src/ll.h
+++ b/src/ll.h
@@ -1,5 +1,5 @@
-#ifndef LL
-#define LL
+#ifndef LL_H
+#define LL_H
#define NEW_NODE llnode();
@@ -51,4 +51,4 @@ int llrmlast(Node** head);
// O(n)
int llrm(Node** head, int index);
-#endif //LL
+#endif //LL_H