Skip to content
  • Karl Wette's avatar
    Make all VCS information strings and structs const · ffe38a9b
    Karl Wette authored
    - All strings should be const char *const to prevent memory leaks
    - Making structs and struct members const ensures that SWIG
      wrappings of the same are also read-only
    Original: 51b2676678a0cecbe8114d06d97c569c2cf5c531
    ffe38a9b