diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:17:22 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:17:22 +0200 |
| commit | c95d6b05559457a4abb693f3fc2e3d5eb54ab05b (patch) | |
| tree | 4bb98d9a73e98534ce957c2db370189c6140cf27 /main.c | |
| parent | 0916bce4d23c59e3d12df3b216fad62b60e4f155 (diff) | |
coalesce the preproc files
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ #include <string.h> #include "defs.h" -#include "lex.h" -#include "parse.h" +#include "preproc.h" #include "exec.h" |
