mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Minor symbol visibility cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4fa4c00318
commit
d733696a80
11 changed files with 168 additions and 253 deletions
|
@ -1952,7 +1952,7 @@ typedef struct _GSEnumeratedDirectory {
|
|||
} GSEnumeratedDirectory;
|
||||
|
||||
|
||||
inline void gsedRelease(GSEnumeratedDirectory X)
|
||||
static inline void gsedRelease(GSEnumeratedDirectory X)
|
||||
{
|
||||
DESTROY(X.path);
|
||||
_CLOSEDIR(X.pointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue