]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/m4/translit2.m4
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / m4 / translit2.m4
1 dnl $FreeBSD$
2 translit(`[HAVE_abc/def.h
3 ]', `
4 /.', `/  ')
5 translit(`[HAVE_abc/def.h=]', `=/.', `/~~')
6 translit(`0123456789', `0123456789', `ABCDEFGHIJ')
7 translit(`0123456789', `[0-9]', `[A-J]')
8 translit(`abc-0980-zyx', `abcdefghijklmnopqrstuvwxyz', `ABCDEFGHIJKLMNOPQRSTUVWXYZ') 
9 translit(`abc-0980-zyx', `[a-z]', `[A-Z]')