1 # Generate the VMS crtl map
2 # Copyright (C) 2011-2018 Free Software Foundation, Inc.
12 # Remove comment and blank lines.
24 # Check the map is sorted
27 print "Map not sorted!! (with name " $
0 ")\n"
32 # Compute the max of the identifier len.
40 print "{ \"" $
1 "\", "
46 for (i =
3; i
<=
NF; i
++)
47 printf " | VMS_CRTL_" $i
54 print "#define VMS_CRTL_MAXLEN " maxlen
" /*" maxlen_name
" */\n"