Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
COBOLworx
gcc-cobol
Commits
b05c4e59
Commit
b05c4e59
authored
23 years ago
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
From-SVN: r49299
parent
11e17422
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/ChangeLog
+4
-0
4 additions, 0 deletions
include/ChangeLog
include/libiberty.h
+2
-2
2 additions, 2 deletions
include/libiberty.h
with
6 additions
and
2 deletions
include/ChangeLog
+
4
−
0
View file @
b05c4e59
2002-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
2001-12-06 Richard Henderson <rth@redhat.com>
* demangle.h (no_demangling): New.
...
...
This diff is collapsed.
Click to expand it.
include/libiberty.h
+
2
−
2
View file @
b05c4e59
/* Function declarations for libiberty.
Copyright 2001 Free Software Foundation, Inc.
Copyright 2001
, 2002
Free Software Foundation, Inc.
Note - certain prototypes declared in this header file are for
functions whoes implementation copyright does not belong to the
...
...
@@ -283,7 +283,7 @@ extern int vasprintf PARAMS ((char **, const char *, va_list))
USE_C_ALLOCA yourself. The canonical autoconf macro C_ALLOCA is
also set/unset as it is often used to indicate whether code needs
to call alloca(0). */
extern
PTR
C_alloca
PARAMS
((
size_t
));
extern
PTR
C_alloca
PARAMS
((
size_t
))
ATTRIBUTE_MALLOC
;
#undef alloca
#if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
# define alloca(x) __builtin_alloca(x)
...
...
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