projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d4c211
)
Put "dXSUB_SYS" last in declarations
Chip Salzenberg [Fri, 21 Mar 1997 02:50:39 +0000 (14:50 +1200)]
win32/perllib.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/perllib.c
b/win32/perllib.c
index
13d4b8b
..
9d2aaa9
100644
(file)
--- a/
win32/perllib.c
+++ b/
win32/perllib.c
@@
-63,8
+63,9
@@
EXTERN_C void boot_DynaLoader _((CV* cv));
static void
xs_init()
{
- dXSUB_SYS;
char *file = __FILE__;
+ dXSUB_SYS;
+
newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
}