diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/nodes.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/nodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/nodes.h b/Build/source/texk/web2c/luatexdir/nodes.h index 6c74123a9f0..dc50e90d59a 100644 --- a/Build/source/texk/web2c/luatexdir/nodes.h +++ b/Build/source/texk/web2c/luatexdir/nodes.h @@ -722,8 +722,8 @@ extern pointer actual_box_width(pointer r, scaled base_width); typedef struct _node_info { int id; int size; - char **fields; - char *name; + const char **fields; + const char *name; } node_info; extern node_info node_data[]; |