func: add const qualifier to func_def where applicable
There's a bunch of places where func_def is used read-only. Let's mark them with const for the sake of the code clarity. NO_DOC=code cleanup NO_TEST=code cleanup NO_CHANGELOG=code cleanup
Showing
- src/box/func.c 2 additions, 2 deletionssrc/box/func.c
- src/box/func_def.c 4 additions, 4 deletionssrc/box/func_def.c
- src/box/func_def.h 3 additions, 3 deletionssrc/box/func_def.h
- src/box/lua/call.c 2 additions, 2 deletionssrc/box/lua/call.c
- src/box/lua/call.h 1 addition, 1 deletionsrc/box/lua/call.h
- src/box/sql/func.c 1 addition, 1 deletionsrc/box/sql/func.c
- src/box/sql/func.h 1 addition, 1 deletionsrc/box/sql/func.h
Loading
Please register or sign in to comment