diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:00:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:00:24 +0000 |
commit | 028e2e38795854365b0a9414273fbbc7ea84548a (patch) | |
tree | cddcc56be9cbab885f77147fb8ac3fa431756eaf /conform/data/fmtmsg.h-data | |
parent | 1b8f2850d8c95619598241e91a7249bba5775be1 (diff) | |
download | glibc-028e2e38795854365b0a9414273fbbc7ea84548a.tar.gz glibc-028e2e38795854365b0a9414273fbbc7ea84548a.tar.xz glibc-028e2e38795854365b0a9414273fbbc7ea84548a.zip |
conformtest: Unify variants of "constant" and "optional-constant".
Diffstat (limited to 'conform/data/fmtmsg.h-data')
-rw-r--r-- | conform/data/fmtmsg.h-data | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conform/data/fmtmsg.h-data b/conform/data/fmtmsg.h-data index d6d0ff1e2d..b6ddf27721 100644 --- a/conform/data/fmtmsg.h-data +++ b/conform/data/fmtmsg.h-data @@ -44,12 +44,12 @@ constant MM_PRINT macro MM_CONSOLE constant MM_CONSOLE -constant MM_NULLLBL 0 -constant MM_NULLSEV 0 -constant MM_NULLMC 0 -constant MM_NULLTXT 0 -constant MM_NULLACT 0 -constant MM_NULLTAG 0 +constant MM_NULLLBL == 0 +constant MM_NULLSEV == 0 +constant MM_NULLMC == 0 +constant MM_NULLTXT == 0 +constant MM_NULLACT == 0 +constant MM_NULLTAG == 0 macro MM_OK macro MM_NOTOK |