At 10:24 AM +0200 4/7/04, Leopold Toetsch wrote:
I'd like to separate functions of interpreter.c into distinct files (it's currently more then 2500 lines):

init ... init destroy
cb   ... callback function handling
run_loop ... runloop selection
run_fromc ... call runloop from c
load_ops  ... dynamic oplib loading
...

Which scheme should be used:
- interp/*.c  (subsystem directory)
- src/interp_*.c  (8+3 filename problems?)
- ??

How 'bout:


   src/
       runloop.c - runloop stuff, including calling in
       interpreter.c - interpreter setup, destruction, cloning, and whatnot
       oplibs.c - oplib loading, unloading, and management
--
                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to