summaryrefslogtreecommitdiff
path: root/src/stdarg/va_end.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdarg/va_end.c')
-rw-r--r--src/stdarg/va_end.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdarg/va_end.c b/src/stdarg/va_end.c
index 850c858b..073cd013 100644
--- a/src/stdarg/va_end.c
+++ b/src/stdarg/va_end.c
@@ -2,7 +2,7 @@
void va_end()
{
- __undefined("The va_end() macro has been suppressed to access an actual function");
+ UNDEFINED("The va_end() macro has been suppressed to access an actual function");
}
/*