source: trunk/libs/newlib/src/newlib/_newlib_version.hin @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 243 bytes
Line 
1/* Version macros for internal and downstream use. */
2#ifndef _NEWLIB_VERSION_H__
3#define _NEWLIB_VERSION_H__ 1
4
5#undef _NEWLIB_VERSION
6#undef __NEWLIB__
7#undef __NEWLIB_MINOR__
8#undef __NEWLIB_PATCHLEVEL__
9
10#endif /* !_NEWLIB_VERSION_H__ */
11
Note: See TracBrowser for help on using the repository browser.