mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
21 lines
360 B
Diff
21 lines
360 B
Diff
--- a/configure 2025-04-12 18:33:58.152657365 +0200
|
|
+++ b/configure 2025-04-12 18:34:13.302476934 +0200
|
|
@@ -829,7 +829,7 @@
|
|
cat <<EOF >tmp/t.c
|
|
#include "tcl.h"
|
|
|
|
-main () {
|
|
+int main () {
|
|
}
|
|
EOF
|
|
|
|
@@ -849,7 +849,7 @@
|
|
#include <stdio.h>
|
|
#include "tcl.h"
|
|
|
|
-do_something () {
|
|
+int do_something () {
|
|
void (*x)(int);
|
|
x = Tcl_Exit;
|
|
exit(0);
|