LookupFull() constify call-site

lef/lefRead.c LookupFull() constify call-site
lef/defRead.c LookupFull() constify call-site
graphics/grDStyle.c: LookupFull() constify call-site
This commit is contained in:
Darryl L. Miles
2024-12-26 15:20:58 -05:00
committed by Tim Edwards
parent 14b6453707
commit a3dce62887
3 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ global int **GrStippleTable = NULL;
global int grNumStipples = 0;
/* MUST be the same indices as the constants in graphicsInt.h */
char *fillStyles[] = {
const char * const fillStyles[] = {
"solid",
"cross",
"outline",