[email protected] (Christos Zoulas) writes: > In article <[email protected]>, > Aleksej Saushev <[email protected]> wrote: >>-=-=-=-=-=- >> >>Module Name: src >>Committed By: asau >>Date: Sat Feb 28 21:56:53 UTC 2015 >> >>Modified Files: >> src/usr.bin/sed: compile.c extern.h main.c process.c >> >>Log Message: >>Improve modularity of "sed" source: >>- move program source input subroutines into compiler part; >>- move data I/O subroutines into processor part. > > It there a good reason for that? We try to keep it synced with FreeBSD..
It makes code a lot cleaner and allows embedding it. If that's problem, I'll submit changes to FreeBSD. -- HE CE3OH...
