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
91a8adb6
...
91a8adb6c5fc5fdd4056ee0e23a925a27f3d7ebf
authored
2002-02-27 12:04:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use PROTOTYPES to determine whether the compiler understands
function prototypes.
1 parent
fe143d9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/argcv.h
lib/argcv.h
View file @
91a8adb
...
...
@@ -28,7 +28,7 @@ extern "C" {
#endif
#ifndef __P
# if
def __STDC__
# if
defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define __P(args) args
# else
# define __P(args) ()
...
...
Please
register
or
sign in
to post a comment