We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919d914 commit fd909daCopy full SHA for fd909da
ng.c
@@ -96,9 +96,6 @@
96
#define CHUNKTYPE_EXIT 'X'
97
#define CHUNKTYPE_STARTINPUT 'S'
98
99
-// jruby-launcher specific constant
100
-#define JRUBY_EXIT_EXCEPTION (1)
101
-
102
/*
103
the following is required to compile for hp-ux
104
originally posted at http://jira.codehaus.org/browse/JRUBY-2346
@@ -327,9 +324,6 @@ void processExit(char *buf, unsigned long len) {
327
324
buf[bytesRead] = 0;
328
325
329
326
exitcode = atoi(buf);
330
- if (exitcode != 0) {
331
- exitcode = JRUBY_EXIT_EXCEPTION;
332
- }
333
334
cleanUpAndExit(exitcode);
335
}
0 commit comments