Merge pull request #70 from grobe0ba/master
Remove incorrect comment regarding location of functions in src/modules.c
This commit is contained in:
commit
ed5d7eb122
1 changed files with 0 additions and 12 deletions
|
@ -40,18 +40,6 @@
|
|||
#include "match.h"
|
||||
|
||||
|
||||
|
||||
/* -TimeMr14C:
|
||||
* I have moved the dl* function definitions and
|
||||
* the two functions (load_a_module / unload_a_module) to the
|
||||
* file dynlink.c
|
||||
* And also made the necessary changes to those functions
|
||||
* to comply with shl_load and friends.
|
||||
* In this file, to keep consistency with the makefile,
|
||||
* I added the ability to load *.sl files, too.
|
||||
* 27/02/2002
|
||||
*/
|
||||
|
||||
#ifndef STATIC_MODULES
|
||||
|
||||
struct module **modlist = NULL;
|
||||
|
|
Loading…
Reference in a new issue