mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
20 lines
290 B
Diff
20 lines
290 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -829,7 +829,7 @@
|
|
cat <<EOF >tmp/t.c
|
|
#include "tcl.h"
|
|
|
|
-main () {
|
|
+void main () {
|
|
}
|
|
EOF
|
|
|
|
@@ -849,7 +849,7 @@
|
|
#include <stdio.h>
|
|
#include "tcl.h"
|
|
|
|
-do_something () {
|
|
+void do_something () {
|
|
void (*x)(int);
|
|
x = Tcl_Exit;
|
|
exit(0);
|