Commit 4c7f0af7 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

Remove "register" qualifier that annoys Solaris Studio compiler

Fixes warning: "Xrm.c", line 1094: warning: storage class after type is obsolescent Signed-off-by: 's avatarAlan Coopersmith <alan.coopersmith@oracle.com> Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
parent 3d37513e
......@@ -1092,7 +1092,7 @@ static void GetIncludeFile(
static void GetDatabase(
XrmDatabase db,
_Xconst register char *str,
_Xconst char *str,
_Xconst char *filename,
Bool doall,
int depth)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment