blob: 33d5539224404245a1c8e95027e1bb5d5fe8b872 [file] [log] [blame]
#!/bin/sh -e
echo 'enum {'
echo 'SEN_printargs = 0,'
sed -r -n '/printargs/! s/.*SEN\(([^)]+)\).*/\1/p' |
LC_COLLATE=C sort -u |
sed 's/.*/SEN_&,/'
echo '};'