]> git.neil.brown.name Git - edlib.git/commit
markup: make "priority" unsigned.
authorNeilBrown <neil@brown.name>
Sat, 6 May 2023 23:14:18 +0000 (09:14 +1000)
committerNeilBrown <neil@brown.name>
Sat, 6 May 2023 23:14:18 +0000 (09:14 +1000)
commit0c4015f9f3b320091d4ade01928ef4dfa9ea9ee0
tree2d95e38b691b637f8756169dcca718744679ab65
parentc8e38c9dcc5cb0e89daafe66552aff8173b7c06d
markup: make "priority" unsigned.

"priority" is now an unsigned short and the behaviour of integers
outside that range is sensible and documented.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/Developer/06-rendering.md
lib-markup.c