0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

Removed comment from src/modules.c that states certain function were moved into a file that no longer exists. (Circa ~2002)

This commit is contained in:
Byron Grobe 2014-09-09 08:13:42 +00:00
parent 423d875b7f
commit e8d7921a08

View file

@ -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;