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:
parent
7fae378835
commit
e68234c4f9
4 changed files with 51 additions and 34 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue