Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
c4fd38a8
Commit
c4fd38a8
authored
Jan 13, 2014
by
antma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless #define _GNU_SOURCE from not using asprintf sources
parent
e27a27c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
loop.c
loop.c
+0
-1
main.c
main.c
+0
-2
No files found.
loop.c
View file @
c4fd38a8
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
#endif
#endif
#define READLINE_CALLBACKS
#define READLINE_CALLBACKS
#define _GNU_SOURCE
#include <assert.h>
#include <assert.h>
#include <stdio.h>
#include <stdio.h>
...
...
main.c
View file @
c4fd38a8
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
#include "config.h"
#include "config.h"
#endif
#endif
#define _GNU_SOURCE
#include <stdio.h>
#include <stdio.h>
#include <unistd.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdlib.h>
...
...
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