diff options
Diffstat (limited to 'src/stdarg/va_copy.c')
-rw-r--r-- | src/stdarg/va_copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdarg/va_copy.c b/src/stdarg/va_copy.c index a2de7c7d..7cf817fd 100644 --- a/src/stdarg/va_copy.c +++ b/src/stdarg/va_copy.c @@ -2,7 +2,7 @@ void va_copy() { - __undefined("The va_copy() macro has been suppressed to access an actual function"); + UNDEFINED("The va_copy() macro has been suppressed to access an actual function"); } /* |