head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.01.18.11.29; author ryoon; state Exp; branches; next ; commitid H0LRE2vyJXI7LXPG; desc @@ 1.1 log @lang/rexx-imc: Fix build with GCC 14 and honor LDFLAGS @ text @$NetBSD$ --- rxque.c.orig 1999-01-17 23:00:13.000000000 +0000 +++ rxque.c @@@@ -5,6 +5,7 @@@@ #include #include #include +#include #include #include #include @@@@ -30,7 +31,7 @@@@ unsigned max; /* Number of stac int empty; /* Is stack empty when first==last? */ unsigned max; /* Number of stack elements allocated */ -main(argc,argv) /* Specify "-csh" and/or a filename */ +int main(argc,argv) /* Specify "-csh" and/or a filename */ int argc; char **argv; { @