Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c928a49a
...
c928a49a8bb48ece37fc3d17610d8a6fe43ef8d9
authored
2002-08-29 14:44:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Define __P() if necessary.
1 parent
2c58138c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
lib/argp-help.c
lib/argp-help.c
View file @
c928a49
...
...
@@ -76,6 +76,14 @@ char *alloca ();
#include "argp-fmtstream.h"
#include "argp-namefrob.h"
#ifndef __P
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define __P(Args) Args
# else
# define __P(Args) ()
# endif
#endif
#if !HAVE_DECL_STRCHRNUL
extern
char
*
strchrnul
__P
((
const
char
*
s
,
int
c_in
));
#endif
...
...
Please
register
or
sign in
to post a comment