summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-18 12:22:29 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-18 12:22:29 +0200
commit7c69040ab68097811cb58e36a86b25a064e4c465 (patch)
tree2d029d6fed01080267206704285525b453d0dee7 /preproc.c
parent147d7ff68760f6f3ede56cb4e59af93d05daf56d (diff)
organizing
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index 474a108..c982636 100644
--- a/preproc.c
+++ b/preproc.c
@@ -7,9 +7,9 @@
#include "preproc.h"
#include "utils.h"
-#include "defs.h"
+// Lexing
typedef struct {
char* str;