mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
/* 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__ */
|
|
|