more logical syntax header ordering
This commit is contained in:
parent
0b74a17baa
commit
88a4be2d53
@ -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
|
||||
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user