Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
be9e7782
Kaydet (Commit)
be9e7782
authored
Nis 04, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove outdated RS6000 checks
üst
aaae18cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
14 deletions
+4
-14
rsclex.hxx
rsc/inc/rsclex.hxx
+1
-5
rsclex.cxx
rsc/source/parser/rsclex.cxx
+1
-7
strmunx.cxx
tools/source/stream/strmunx.cxx
+2
-2
No files found.
rsc/inc/rsclex.hxx
Dosyayı görüntüle @
be9e7782
...
...
@@ -93,11 +93,7 @@ class ObjectStack
};
/****************** F o r w a r d s **************************************/
#if defined( RS6000 )
extern
"C"
int
yyparse
();
// forward Deklaration fuer erzeugte Funktion
extern
"C"
void
yyerror
(
char
*
);
extern
"C"
int
yylex
(
void
);
#elif defined ( SOLARIS )
#if defined ( SOLARIS )
extern
"C"
int
yyparse
();
// forward Deklaration fuer erzeugte Funktion
extern
"C"
void
yyerror
(
const
char
*
);
extern
"C"
int
yylex
(
void
);
...
...
rsc/source/parser/rsclex.cxx
Dosyayı görüntüle @
be9e7782
...
...
@@ -315,11 +315,7 @@ int MakeToken( YYSTYPE * pTokenVal )
return
c1
;
}
#if defined( RS6000 )
extern
"C"
int
yylex
()
#else
int
yylex
()
#endif
{
if
(
bTargetDefined
)
bTargetDefined
=
false
;
...
...
@@ -330,9 +326,7 @@ int yylex()
return
aKeyVal
[
0
].
nKeyWord
;
}
#ifdef RS6000
extern
"C"
void
yyerror
(
char
*
pMessage
)
#elif defined SOLARIS
#if defined SOLARIS
extern
"C"
void
yyerror
(
const
char
*
pMessage
)
#else
void
yyerror
(
char
*
pMessage
)
...
...
tools/source/stream/strmunx.cxx
Dosyayı görüntüle @
be9e7782
...
...
@@ -184,7 +184,7 @@ static sal_uInt32 GetSvError( int nErrno )
{
0
,
SVSTREAM_OK
},
{
EACCES
,
SVSTREAM_ACCESS_DENIED
},
{
EBADF
,
SVSTREAM_INVALID_HANDLE
},
#if defined(
RS6000) || defined(
NETBSD) || \
#if defined(NETBSD) || \
defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) || \
defined(__FreeBSD_kernel__) || defined (AIX) || defined(DRAGONFLY) || \
defined(IOS)
...
...
@@ -201,7 +201,7 @@ static sal_uInt32 GetSvError( int nErrno )
{
EAGAIN
,
SVSTREAM_LOCKING_VIOLATION
},
{
EISDIR
,
SVSTREAM_PATH_NOT_FOUND
},
{
ELOOP
,
SVSTREAM_PATH_NOT_FOUND
},
#if !defined(
RS6000) && !defined(
NETBSD) && !defined (FREEBSD) && \
#if !defined(NETBSD) && !defined (FREEBSD) && \
!defined(MACOSX) && !defined(OPENBSD) && !defined(__FreeBSD_kernel__) && \
!defined(DRAGONFLY)
{
EMULTIHOP
,
SVSTREAM_PATH_NOT_FOUND
},
...
...
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