Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
7cdceef6
Commit
7cdceef6
authored
2 years ago
by
Virgile Prevosto
Committed by
Andre Maroneze
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[libc] C++ front-end compliance
parent
ff593e9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/libc/limits.h
+1
-1
1 addition, 1 deletion
share/libc/limits.h
with
1 addition
and
1 deletion
share/libc/limits.h
+
1
−
1
View file @
7cdceef6
...
...
@@ -157,7 +157,7 @@
null character. (Minimum is 256.) */
#ifdef __FC_PATH_MAX
# if __FC_PATH_MAX >= 0
_Static_assert
(
__FC_PATH_MAX
>=
_POSIX_PATH_MAX
,
"__FC_PATH_MAX is too small ("
expand
(
__FC_PATH_MAX
)
"): minimal value is "
expand
(
_POSIX_PATH_MAX
));
_Static_assert
(
__FC_PATH_MAX
>=
_POSIX_PATH_MAX
,
"__FC_PATH_MAX is too small ("
expand
(
__FC_PATH_MAX
)
"): minimal value is "
expand
(
_POSIX_PATH_MAX
));
# define PATH_MAX __FC_PATH_MAX
# else
# undef PATH_MAX
...
...
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