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
7439af47
Kaydet (Commit)
7439af47
authored
Kas 03, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#982297 EBCDIC-related cleanup
Change-Id: I8da7911c342ffe114d7b25b996602aabed7aa1ed
üst
cb2d414f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
cpp4.c
rsc/source/rscpp/cpp4.c
+1
-2
cpp5.c
rsc/source/rscpp/cpp5.c
+1
-1
No files found.
rsc/source/rscpp/cpp4.c
Dosyayı görüntüle @
7439af47
...
@@ -49,8 +49,7 @@ void InitCpp4()
...
@@ -49,8 +49,7 @@ void InitCpp4()
* the formal parameter name is encountered in the replacement
* the formal parameter name is encountered in the replacement
* string, it is replaced by a character in the range 128 to
* string, it is replaced by a character in the range 128 to
* 128+NPARAM (this allows up to 32 parameters within the
* 128+NPARAM (this allows up to 32 parameters within the
* Dec Multinational range). If cpp is ported to an EBCDIC
* Dec Multinational range).
* machine, you will have to make other arrangements.
*
*
* There is some special case code to distinguish
* There is some special case code to distinguish
* #define foo bar
* #define foo bar
...
...
rsc/source/rscpp/cpp5.c
Dosyayı görüntüle @
7439af47
...
@@ -741,7 +741,7 @@ FILE_LOCAL int evalchar(int skip)
...
@@ -741,7 +741,7 @@ FILE_LOCAL int evalchar(int skip)
(
--
count
>=
0
))
(
--
count
>=
0
))
{
{
value
*=
16
;
value
*=
16
;
value
+=
(
c
>=
'0'
)
?
(
c
-
'0'
)
:
((
c
&
0xF
)
+
9
);
value
+=
(
c
-
'0'
);
}
}
unget
();
unget
();
break
;
break
;
...
...
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