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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c1a2f60a
Commit
c1a2f60a
authored
Apr 28, 1998
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix -Wimplicit warnings.
parent
3a80c0aa
Changes
1
Hide 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