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
d4e7b884
Commit
d4e7b884
authored
Oct 18, 1999
by
Niels Möller
Browse files
#define __THROW
Rev: src/argp/argp.h:1.5
parent
68ad0644
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/argp/argp.h
View file @
d4e7b884
...
...
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <ctype.h>
#if
def
LSH
#if LSH
# if !PRINTF_STYLE
# if HAVE_GCC_ATTRIBUTE
# define PRINTF_STYLE(f, a) __attribute__ ((__format__ (__printf__, f, a)))
...
...
@@ -37,6 +37,9 @@
# else
# include "getopt.h"
# endif
/* !HAVE_GETOPT_LONG */
# ifndef __THROW
# define __THROW
# endif
#else
/* !LSH */
# include <getopt.h>
#endif
/* !LSH */
...
...
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