From e3c2376caeb23c617dd59317a2dd80c507089b90 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Sun, 17 May 2026 11:11:04 +0200 Subject: use pragma in lex header --- lex.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lex.h') 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 -- cgit v1.2.3