1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

libexpr: Rearrange lexer files so that yylex_init_extra can be found

This commit is contained in:
Robert Hensing 2024-07-09 15:39:24 +02:00
parent 7fae378835
commit e68234c4f9
4 changed files with 51 additions and 34 deletions

View file

@ -139,6 +139,7 @@ sources = files(
'function-trace.cc',
'get-drvs.cc',
'json-to-value.cc',
'lexer-helpers.cc',
'nixexpr.cc',
'paths.cc',
'primops.cc',
@ -165,6 +166,7 @@ headers = [config_h] + files(
'gc-small-vector.hh',
'get-drvs.hh',
'json-to-value.hh',
# internal: 'lexer-helpers.hh',
'nixexpr.hh',
'parser-state.hh',
'pos-idx.hh',