Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
174525e6
Commit
174525e6
authored
Oct 13, 1999
by
Niels Möller
Browse files
* src/argp/argp.h: #include argp-comp.h.
Rev: src/argp/argp.h:1.2
parent
e457bc00
Changes
1
Show whitespace changes
Inline
Side-by-side
src/argp/argp.h
View file @
174525e6
...
...
@@ -21,6 +21,11 @@
#ifndef _ARGP_H
#define _ARGP_H
#ifdef LSH
/* Portability stuff */
#include
"argp-comp.h"
#endif
#include
<stdio.h>
#include
<ctype.h>
...
...
@@ -53,6 +58,7 @@ typedef int error_t;
# define __PMT(args) ()
# endif
#endif
#ifdef __cplusplus
extern
"C"
{
...
...
Write
Preview
Supports
Markdown
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