index
:
yeesh
arithm
lex
master
restruc
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
lex.h
5
1 files changed, 1 insertions, 4 deletions
diff --git a/lex.h b/lex.h
index e5d843f..7f43c8b 100644
--- a/
lex.h
+++ b/
lex.h
@@ -1,5 +1,4 @@
-#ifndef LEX_H
-#define LEX_H
+#pragma once
#include "typeutils.h"
@@ -86,5 +85,3 @@ typedef struct {
LexResult lex(char* input);
-
-#endif