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
c1a2f60a
Commit
c1a2f60a
authored
Apr 28, 1998
by
Andreas Schwab
Browse files
Fix -Wimplicit warnings.
parent
3a80c0aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/lread.c
src/lread.c
+5
-1
No files found.
src/lread.c
View file @
c1a2f60a
...
...
@@ -48,6 +48,10 @@ Boston, MA 02111-1307, USA. */
#include "msdos.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifndef X_OK
#define X_OK 01
#endif
...
...
@@ -1989,7 +1993,7 @@ int
isfloat_string
(
cp
)
register
char
*
cp
;
{
register state;
register
int
state
;
state
=
0
;
if
(
*
cp
==
'+'
||
*
cp
==
'-'
)
...
...
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