mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
16 lines
383 B
C
16 lines
383 B
C
|
/* DO NOT EDIT THIS FILE.
|
||
|
|
||
|
It has been auto-edited by fixincludes from:
|
||
|
|
||
|
"fixinc/tests/inc/rtldef/string.h"
|
||
|
|
||
|
This had to be done to correct non-standard usages in the
|
||
|
original, manufacturer supplied header file. */
|
||
|
|
||
|
|
||
|
|
||
|
#if defined( VMS_DISABLE_DECC_STRING_BUILTINS_CHECK )
|
||
|
#if !defined(__VAX) && !defined(__GNUC__)
|
||
|
|
||
|
#endif /* VMS_DISABLE_DECC_STRING_BUILTINS_CHECK */
|