mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Now created by config.links
This commit is contained in:
parent
cb5459aed7
commit
a112009805
1 changed files with 0 additions and 13 deletions
13
mpi/sysdep.h
13
mpi/sysdep.h
|
@ -1,13 +0,0 @@
|
|||
#ifdef C_UNDERSCORE
|
||||
|
||||
#if __STDC__
|
||||
#define C_SYMBOL_NAME(name) _##name
|
||||
#else
|
||||
#define C_SYMBOL_NAME(name) _/**/name
|
||||
#endif
|
||||
|
||||
#else /* C_UNDERSCORE */
|
||||
|
||||
#define C_SYMBOL_NAME(name) name
|
||||
|
||||
#endif /* C_UNDERSCORE */
|
Loading…
Add table
Add a link
Reference in a new issue