mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
{libutil,libexpr}: Move pos-idx,pos-table code to libutil
All of this code doesn't actually depend on anything from libexpr. Because Pos is so tigtly coupled with Error, it makes sense to have in the same library.
This commit is contained in:
parent
cac1168afd
commit
a53b184e63
7 changed files with 48 additions and 41 deletions
|
@ -127,7 +127,6 @@
|
|||
''^src/libexpr/nixexpr\.cc$''
|
||||
''^src/libexpr/nixexpr\.hh$''
|
||||
''^src/libexpr/parser-state\.hh$''
|
||||
''^src/libexpr/pos-table\.hh$''
|
||||
''^src/libexpr/primops\.cc$''
|
||||
''^src/libexpr/primops\.hh$''
|
||||
''^src/libexpr/primops/context\.cc$''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue