Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf418db3
Commit
cf418db3
authored
Jun 04, 1993
by
Richard M. Stallman
Browse files
(hft_alrm): Don't return a value.
Always declare to return void.
parent
6c0575f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/hftctl.c
src/hftctl.c
+2
-2
No files found.
src/hftctl.c
View file @
cf418db3
...
...
@@ -114,7 +114,7 @@ static void hft_alrm(int sig);
#else
static
GT_ACK
();
static
WR_REQ
();
static
hft_alrm
();
static
void
hft_alrm
();
#endif
/*************** HFTCTL FUNCTION *******************************/
...
...
@@ -282,7 +282,7 @@ hft_alrm (sig) /* Function hft_alrm - handle */
signal
(
SIGALRM
,
sav_alrm
);
/* reset to previous */
if
(
is_ack_vtd
)
/* has ack vtd arrived ? */
return
(
0
)
;
/* yes, then continue */
return
;
/* yes, then continue */
else
/* no, then return with error */
longjmp
(
hftenv
,
-
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment