projects
/
perl
/
modules
/
Lexical-Types.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6f58548
)
Add the missing return type to lt_setup()
author
Vincent Pit <vince@profvince.com>
Sat, 2 Jan 2010 23:30:55 +0000 (
00:30
+0100)
committer
Vincent Pit <vince@profvince.com>
Sat, 2 Jan 2010 23:30:55 +0000 (
00:30
+0100)
Types.xs
patch
|
blob
|
history
diff --git
a/Types.xs
b/Types.xs
index 47f822274b0e001167923041bd8bc0cf4d8fbeda..4883ea19335aca4be9652d20c6d513d728455c30 100644
(file)
--- a/
Types.xs
+++ b/
Types.xs
@@
-669,7
+669,7
@@
STATIC void lt_teardown(pTHX_ void *root) {
lt_initialized = 0;
}
-STATIC lt_setup(pTHX) {
+STATIC
void
lt_setup(pTHX) {
#define lt_setup() lt_setup(aTHX)
if (lt_initialized)
return;