logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

tcc.patch (396B)


  1. SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: BSD-3-Clause
  3. In tcc, a variable declared as extern that is assigned to does not work
  4. correctly.
  5. --- oyacc-6.6/defs.h 2025-02-05 14:23:40.883827721 +1100
  6. +++ oyacc-6.6/defs.h 2025-02-05 14:23:43.879827713 +1100
  7. @@ -365,4 +365,4 @@
  8. /* system variables */
  9. -extern char *__progname;
  10. +char *__progname;