projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2891502
)
(DLOPEN_SHLIB_EXT): Don't define it.
author
handa
<handa>
Fri, 15 Apr 2005 08:03:29 +0000
(08:03 +0000)
committer
handa
<handa>
Fri, 15 Apr 2005 08:03:29 +0000
(08:03 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
41f7412
..
a016c79
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-579,10
+579,6
@@
load_macros (MPlist *plist, MPlist *macros)
PLIST ::= ( MODULE-NAME FUNCTION * )
EXTERNALS is a plist of MODULE-NAME vs (MIMExternalModule *). */
-#ifndef DLOPEN_SHLIB_EXT
-#define DLOPEN_SHLIB_EXT ".so"
-#endif
-
static int
load_external_module (MPlist *plist, MPlist *externals)
{