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
247bfbdb
Kaydet (Commit)
247bfbdb
authored
Nis 04, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move prototype to include
Change-Id: I90c093c704609429f9997f3ffed6a9a79c8956a6
üst
527440c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_unix.c
soltools/cpp/_unix.c
+0
-2
cpp.h
soltools/cpp/cpp.h
+2
-0
No files found.
soltools/cpp/_unix.c
Dosyayı görüntüle @
247bfbdb
...
@@ -49,8 +49,6 @@ int Cflag = 0; /* do not remove any comments */
...
@@ -49,8 +49,6 @@ int Cflag = 0; /* do not remove any comments */
int
Dflag
=
0
;
/* add parameter check to delete op */
int
Dflag
=
0
;
/* add parameter check to delete op */
int
Cplusplus
=
0
;
int
Cplusplus
=
0
;
extern
void
setup_kwtab
(
void
);
void
void
setup
(
int
argc
,
char
**
argv
)
setup
(
int
argc
,
char
**
argv
)
{
{
...
...
soltools/cpp/cpp.h
Dosyayı görüntüle @
247bfbdb
...
@@ -57,6 +57,8 @@ enum kwtype
...
@@ -57,6 +57,8 @@ enum kwtype
KMACHINE
,
KLINENO
,
KFILE
,
KDATE
,
KTIME
,
KSTDC
,
KEVAL
KMACHINE
,
KLINENO
,
KFILE
,
KDATE
,
KTIME
,
KSTDC
,
KEVAL
};
};
extern
void
setup_kwtab
(
void
);
#define ISDEFINED 0x01
/* has #defined value */
#define ISDEFINED 0x01
/* has #defined value */
#define ISKW 0x02
/* is PP keyword */
#define ISKW 0x02
/* is PP keyword */
#define ISUNCHANGE 0x04
/* can't be #defined in PP */
#define ISUNCHANGE 0x04
/* can't be #defined in PP */
...
...
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