more logical syntax header ordering

This commit is contained in:
anon 2023-08-24 04:45:07 +02:00
parent 0b74a17baa
commit 88a4be2d53
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
PREFIX:=/usr/bin
CFLAGS:=-std=c99
CPPFLAGS:=-D_GNU_SOURCE -D_FORTIFY_SOURCE=2
CPPFLAGS:=-Isyntax/ -D_GNU_SOURCE -D_FORTIFY_SOURCE=2
DEBUG=1

View File

@ -36,7 +36,7 @@ int main(int argc,
// Highlight init
terminal_hl_init();
//
#include "hl_c.inc"
#include "c.h"
//
render_string(buffer, "cterm");
putchar('\n');