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
76f6155e
...
76f6155e6cb989db3d863962f4f4964564ebda57
authored
2005-08-30 16:06:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove vestiges of __P(). Define _GNU_SOURCE, if not alrerady defined.
1 parent
465c1ca6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
lib/mu_asprintf.h
lib/mu_asprintf.h
View file @
76f6155
...
...
@@ -17,14 +17,9 @@
#ifndef MUASPRINTF_H
#define MUASPRINTF_H
#ifndef __P
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define args args
# else
# define args) (
# endif
#endif
/*__P */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
#include <stdarg.h>
#include <stdio.h>
...
...
Please
register
or
sign in
to post a comment