Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9cbf9c3b
Commit
9cbf9c3b
authored
Mar 05, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inline is inline
We assume C99 nowadays.
parent
fc6f1079
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_common.h
include/vlc_common.h
+0
-1
modules/access/dvb/dvb.h
modules/access/dvb/dvb.h
+1
-1
No files found.
include/vlc_common.h
View file @
9cbf9c3b
...
...
@@ -780,7 +780,6 @@ static inline uint64_t ntoh64 (uint64_t ll)
/* win32, cl and icl support */
# if defined( _MSC_VER ) || !defined( __MINGW32__ )
# define __attribute__(x)
# define __inline__ __inline
# define S_IFBLK 0x3000
/* Block */
# define S_ISBLK(m) (0)
# define S_ISCHR(m) (0)
...
...
modules/access/dvb/dvb.h
View file @
9cbf9c3b
...
...
@@ -108,7 +108,7 @@ typedef struct en50221_mmi_object_t
}
u
;
}
en50221_mmi_object_t
;
static
__inline__
void
en50221_MMIFree
(
en50221_mmi_object_t
*
p_object
)
static
inline
void
en50221_MMIFree
(
en50221_mmi_object_t
*
p_object
)
{
int
i
;
...
...
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