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
0937d07c
Kaydet (Commit)
0937d07c
authored
Eki 12, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simpligy: Bin odd atexit crack
Change-Id: Ib7e491ae66525b8ba2555b50fe7c9e1fed150987
üst
22481c65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
gui.cxx
rsc/source/prj/gui.cxx
+0
-15
No files found.
rsc/source/prj/gui.cxx
Dosyayı görüntüle @
0937d07c
...
@@ -23,16 +23,6 @@
...
@@ -23,16 +23,6 @@
#include <rscrsc.hxx>
#include <rscrsc.hxx>
#include <rscdb.hxx>
#include <rscdb.hxx>
static
RscCompiler
*
pRscCompiler
=
NULL
;
#if defined( UNX ) || defined ( __GNUC__ ) || defined(__MINGW32__)
void
ExitProgram
(
void
){
#else
void
cdecl
ExitProgram
(
void
){
#endif
if
(
pRscCompiler
)
delete
pRscCompiler
;
}
static
RscVerbosity
lcl_determineVerbosity
(
int
argc
,
char
**
argv
)
static
RscVerbosity
lcl_determineVerbosity
(
int
argc
,
char
**
argv
)
{
{
for
(
int
i
=
0
;
i
<
argc
;
++
i
)
for
(
int
i
=
0
;
i
<
argc
;
++
i
)
...
@@ -49,9 +39,6 @@ static RscVerbosity lcl_determineVerbosity( int argc, char ** argv )
...
@@ -49,9 +39,6 @@ static RscVerbosity lcl_determineVerbosity( int argc, char ** argv )
int
rsc2_main
(
int
argc
,
char
**
argv
)
int
rsc2_main
(
int
argc
,
char
**
argv
)
{
{
#ifndef UNX
atexit
(
ExitProgram
);
#endif
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
fprintf
(
stderr
,
"debugging %s
\n
"
,
argv
[
0
]
);
fprintf
(
stderr
,
"debugging %s
\n
"
,
argv
[
0
]
);
#endif
#endif
...
@@ -71,9 +58,7 @@ int rsc2_main( int argc, char **argv )
...
@@ -71,9 +58,7 @@ int rsc2_main( int argc, char **argv )
else
{
else
{
RscCompiler
*
pCompiler
=
new
RscCompiler
(
pCmdLine
,
pTypCont
);
RscCompiler
*
pCompiler
=
new
RscCompiler
(
pCmdLine
,
pTypCont
);
pRscCompiler
=
pCompiler
;
aError
=
pCompiler
->
Start
();
aError
=
pCompiler
->
Start
();
pRscCompiler
=
NULL
;
delete
pCompiler
;
delete
pCompiler
;
}
}
...
...
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