projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85422f3
)
Fix typo in '#endif' in gcconfig.h
author
Ivan Maidanski
<ivmai@mail.ru>
Wed, 14 Nov 2018 08:32:34 +0000
(11:32 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Wed, 14 Nov 2018 08:32:34 +0000
(11:32 +0300)
(fix of commit 85422f3)
* include/private/gcconfig.h [CPPCHECK]: Fix typo in pragma ("#endif").
include/private/gcconfig.h
patch
|
blob
|
history
diff --git
a/include/private/gcconfig.h
b/include/private/gcconfig.h
index
a75a7e7
..
bdb8a69
100644
(file)
--- a/
include/private/gcconfig.h
+++ b/
include/private/gcconfig.h
@@
-31,7
+31,7
@@
# undef POINTER_MASK
# undef POINTER_SHIFT
# undef REDIRECT_REALLOC
-#en
f
if
+#en
d
if
#ifndef PTR_T_DEFINED
typedef char * ptr_t;