Skip to content

Constify static arrays of string constants.#643

Closed
notroj wants to merge 1 commit intoapache:trunkfrom
notroj:constify-char-arrays
Closed

Constify static arrays of string constants.#643
notroj wants to merge 1 commit intoapache:trunkfrom
notroj:constify-char-arrays

Conversation

@notroj
Copy link
Copy Markdown
Collaborator

@notroj notroj commented May 1, 2026

No description provided.

Add const qualifier to the pointer in static arrays of
  string constants (const char *[] -> const char *const [])
  across various modules and server code, and adjust a
  local variable type in mod_cache accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@notroj notroj deleted the constify-char-arrays branch May 1, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant