Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_newlib_version.hin « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26c680c8fc33fac6615231a521a4bd19a82fc990 (plain)
1
2
3
4
5
6
7
8
9
10
/* Version macros for internal and downstream use. */
#ifndef _NEWLIB_VERSION_H__
#define _NEWLIB_VERSION_H__ 1

#undef _NEWLIB_VERSION
#undef __NEWLIB__
#undef __NEWLIB_MINOR__
#undef __NEWLIB_PATCHLEVEL__

#endif /* !_NEWLIB_VERSION_H__ */