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
265ae345
Kaydet (Commit)
265ae345
authored
Eki 12, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin obsolete CDECL crack
Change-Id: I69da428711681d14fd48c198fbce0bb545665b5a
üst
2c096cb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
syntaxhighlight.cxx
comphelper/source/misc/syntaxhighlight.cxx
+1
-1
syntaxhighlight.hxx
include/comphelper/syntaxhighlight.hxx
+0
-13
No files found.
comphelper/source/misc/syntaxhighlight.cxx
Dosyayı görüntüle @
265ae345
...
...
@@ -224,7 +224,7 @@ static const char* strListSqlKeyWords[] = {
};
extern
"C"
int
CDECL
compare_strings
(
const
void
*
arg1
,
const
void
*
arg2
)
static
int
compare_strings
(
const
void
*
arg1
,
const
void
*
arg2
)
{
return
strcmp
(
(
char
*
)
arg1
,
*
(
char
**
)
arg2
);
}
...
...
include/comphelper/syntaxhighlight.hxx
Dosyayı görüntüle @
265ae345
...
...
@@ -24,23 +24,10 @@
#include <comphelper/comphelperdllapi.h>
#if defined CDECL
#undef CDECL
#endif
// for the bsearch
#ifdef WNT
#define CDECL _cdecl
#endif
#if defined(UNX)
#define CDECL
#endif
#ifdef UNX
#include <sys/resource.h>
#endif
// Token-Typen TT_...
enum
TokenTypes
{
...
...
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