pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-09
2011-03-09 13:43:59 by Martin Nilsson <nilsson@opera.com>
2e50900b3024f50264036fa14be42d5b73eb4b7a (
16
lines) (+
2
/-
14
)
[
Show
|
Annotate
]
Branch:
7.9
RCSID isn't very useful in git.
488:
int shift; } PCHARP;
-
#ifndef CONFIGURE_TEST
-
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
-
#define RCSID(X) \
-
static const char rcsid[] __attribute__ ((unused)) =X
-
#elif __GNUC__ == 2
-
#define RCSID(X) \
-
static const char rcsid[] = X; \
-
static const void
*
use_rcsid=(&use_rcsid,
(void
*)&rcsid)
-
#else
-
#define
RCSID(X)
\
-
static const char rcsid[] = X
-
#endif
-
#else
+
/*
Pointless
in
git.
*
/
#define RCSID(X)
-
#endif
+
#ifdef PIKE_DEBUG