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
78ddea8e
Kaydet (Commit)
78ddea8e
authored
Ara 21, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function (clang-cl)
Change-Id: I351067e7274c13d5364ffa1b168910eb1b82af37
üst
93dce732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
cpp3.c
rsc/source/rscpp/cpp3.c
+0
-21
No files found.
rsc/source/rscpp/cpp3.c
Dosyayı görüntüle @
78ddea8e
...
@@ -362,27 +362,6 @@ int readoptions(char* filename, char*** pfargv)
...
@@ -362,27 +362,6 @@ int readoptions(char* filename, char*** pfargv)
return
(
back
);
return
(
back
);
}
}
#if HOST != SYS_UNIX
/*
* Dec operating systems mangle upper-lower case in command lines.
* This routine forces the -D and -U arguments to uppercase.
* It is called only on cpp startup by dooptions().
*/
static
void
zap_uc
(
char
*
ap
)
{
while
(
*
ap
!=
EOS
)
{
/*
* Don't use islower() here so it works with Multinational
*/
if
(
*
ap
>=
'a'
&&
*
ap
<=
'z'
)
*
ap
=
(
char
)
toupper
(
*
ap
);
ap
++
;
}
}
#endif
/*
/*
* Initialize the built-in #define's. There are two flavors:
* Initialize the built-in #define's. There are two flavors:
* #define decus 1 (static definitions)
* #define decus 1 (static definitions)
...
...
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