diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-01 22:39:28 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-01 22:43:49 +0200 |
| commit | b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf (patch) | |
| tree | 454deffc4365e9d17969d377f13231c06e0c4674 /src/ivec.c | |
| parent | 29766e048cabc8db71cb735c424e0fdfff468198 (diff) | |
| download | bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.tar bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.tar.gz bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.tar.bz2 bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.tar.lz bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.tar.xz bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.tar.zst bfc-b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf.zip | |
also omit the lexer entirely, plus the parser type.
Diffstat (limited to 'src/ivec.c')
| -rw-r--r-- | src/ivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "ivec.h" +#include "all.h" #include <stdio.h> #include <stdlib.h> |
