Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
libgcj33
c99-double-inline.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File c99-double-inline.diff of Package libgcj33
Index: gcc/c-decl.c =================================================================== --- gcc/c-decl.c.orig 2009-11-20 13:04:56.000000000 +0100 +++ gcc/c-decl.c 2009-11-20 13:05:28.000000000 +0100 @@ -3628,7 +3628,8 @@ grokdeclarator (declarator, declspecs, d } else if (specbits & (1 << (int) i)) { - if (i == RID_CONST || i == RID_VOLATILE || i == RID_RESTRICT) + if (i == RID_CONST || i == RID_VOLATILE || i == RID_RESTRICT + || i == RID_INLINE) { if (!flag_isoc99) pedwarn ("duplicate `%s'", IDENTIFIER_POINTER (id));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor