=================================================================== RCS file: /cvs/docbook2mdoc/Attic/extern.h,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- docbook2mdoc/Attic/extern.h 2019/03/22 19:44:29 1.32 +++ docbook2mdoc/Attic/extern.h 2019/03/25 23:14:44 1.33 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.32 2019/03/22 19:44:29 schwarze Exp $ */ +/* $Id: extern.h,v 1.33 2019/03/25 23:14:44 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -20,7 +20,7 @@ * All recognised node types. */ enum nodeid { - NODE_ROOT = 0, /* Must comes first. */ + NODE_NONE = 0, /* Must come first. */ /* Alpha-ordered hereafter. */ NODE_ACRONYM, NODE_AFFILIATION,