diff options
| author | 2025-11-28 17:37:34 +0100 | |
|---|---|---|
| committer | 2025-11-28 17:37:34 +0100 | |
| commit | 61d64a4ce2550288d4b97128893f3d53d129bc17 (patch) | |
| tree | e4627c111d7d57b14449bf282c3e76c3d95133a3 /mem.c | |
| parent | a86b5b99066c7369449c6d38dbccf1dbf6b65bca (diff) | |
lex: remove some hacks and optimize preprocessor
Diffstat (limited to 'mem.c')
| -rw-r--r-- | mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ void * return p; } -/* vec: when _cap < 0, buf is dynamic allocated, otherwise an user provided buf */ +/* vec: when .dyn, buf is dynamic allocated, otherwise an user provided buf */ void vinit_(struct vecbase *v, void *inlbuf, uint cap, uint siz) |