Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
d4e7b884
Commit
d4e7b884
authored
25 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
#define __THROW
Rev: src/argp/argp.h:1.5
parent
68ad0644
Branches
Branches containing commit
Tags
lsh_0.1.13_release_19991018
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/argp/argp.h
+4
-1
4 additions, 1 deletion
src/argp/argp.h
with
4 additions
and
1 deletion
src/argp/argp.h
+
4
−
1
View file @
d4e7b884
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include
<stdio.h>
#include
<stdio.h>
#include
<ctype.h>
#include
<ctype.h>
#if
def
LSH
#if LSH
# if !PRINTF_STYLE
# if !PRINTF_STYLE
# if HAVE_GCC_ATTRIBUTE
# if HAVE_GCC_ATTRIBUTE
# define PRINTF_STYLE(f, a) __attribute__ ((__format__ (__printf__, f, a)))
# define PRINTF_STYLE(f, a) __attribute__ ((__format__ (__printf__, f, a)))
...
@@ -37,6 +37,9 @@
...
@@ -37,6 +37,9 @@
# else
# else
# include "getopt.h"
# include "getopt.h"
# endif
/* !HAVE_GETOPT_LONG */
# endif
/* !HAVE_GETOPT_LONG */
# ifndef __THROW
# define __THROW
# endif
#else
/* !LSH */
#else
/* !LSH */
# include <getopt.h>
# include <getopt.h>
#endif
/* !LSH */
#endif
/* !LSH */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment