Skip to content

Use unsigned int (and const) for aterm indices

Bram Veenboer requested to merge cleanup-aterm-indices into master

Make the use of aterm indices consistent:

  • const wherever used read-only
  • as unsigned int
Edited by Bram Veenboer

Merge request reports