summaryrefslogtreecommitdiff
path: root/jpl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-02 02:17:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-02 02:17:51 +0000
commit0221c164222f9d91820826506118f46ffa08dd46 (patch)
treed6d62d6422474696b98cc7b001fc269a9f162e5b /jpl
parent69dec784b2576ea54ab7c7c5e03371f1f8861260 (diff)
downloadperl-0221c164222f9d91820826506118f46ffa08dd46.tar.gz
missed a few files
p4raw-id: //depot/perl@3517
Diffstat (limited to 'jpl')
-rw-r--r--jpl/JNI/JNI.xs10
1 files changed, 4 insertions, 6 deletions
diff --git a/jpl/JNI/JNI.xs b/jpl/JNI/JNI.xs
index 97416db760..8a3015a014 100644
--- a/jpl/JNI/JNI.xs
+++ b/jpl/JNI/JNI.xs
@@ -17,7 +17,8 @@ extern int jpldebug;
#define SysRet jint
-static void call_my_exit(jint status)
+static void
+call_my_exit(jint status)
{
my_exit(status);
}
@@ -418,17 +419,14 @@ cleanup:
}
static int
-not_here(s)
-char *s;
+not_here(char *s)
{
croak("%s not implemented on this architecture", s);
return -1;
}
static double
-constant(name, arg)
-char *name;
-int arg;
+constant(char *name, int arg)
{
errno = 0;
switch (*name) {