3b5d599733
Remove many old-style function header variants in C source files of the GDB test suite, using the 'unifdef' tool with '-DPROTOTYPES=1'. gdb/testsuite/ChangeLog: * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped variant. * gdb.base/annota3.c: Likewise. * gdb.base/async.c: Likewise. * gdb.base/average.c: Likewise. * gdb.base/call-ar-st.c: Likewise. * gdb.base/call-rt-st.c: Likewise. * gdb.base/call-sc.c: Likewise. * gdb.base/call-strs.c: Likewise. * gdb.base/ending-run.c: Likewise. * gdb.base/execd-prog.c: Likewise. * gdb.base/exprs.c: Likewise. * gdb.base/foll-exec.c: Likewise. * gdb.base/foll-fork.c: Likewise. * gdb.base/foll-vfork.c: Likewise. * gdb.base/funcargs.c: Likewise. * gdb.base/gcore.c: Likewise. * gdb.base/jump.c: Likewise. * gdb.base/langs0.c: Likewise. * gdb.base/langs1.c: Likewise. * gdb.base/langs2.c: Likewise. * gdb.base/mips_pro.c: Likewise. * gdb.base/nodebug.c: Likewise. * gdb.base/opaque0.c: Likewise. * gdb.base/opaque1.c: Likewise. * gdb.base/recurse.c: Likewise. * gdb.base/run.c: Likewise. * gdb.base/scope0.c: Likewise. * gdb.base/scope1.c: Likewise. * gdb.base/setshow.c: Likewise. * gdb.base/setvar.c: Likewise. * gdb.base/shmain.c: Likewise. * gdb.base/shr1.c: Likewise. * gdb.base/shr2.c: Likewise. * gdb.base/sigall.c: Likewise. * gdb.base/signals.c: Likewise. * gdb.base/so-indr-cl.c: Likewise. * gdb.base/solib2.c: Likewise. * gdb.base/structs.c: Likewise. * gdb.base/sum.c: Likewise. * gdb.base/vforked-prog.c: Likewise. * gdb.base/watchpoint.c: Likewise. * gdb.reverse/shr2.c: Likewise. * gdb.reverse/until-reverse.c: Likewise. * gdb.reverse/ur1.c: Likewise. * gdb.reverse/watch-reverse.c: Likewise.
33 lines
905 B
C
33 lines
905 B
C
/* langs1.f -- translated by f2c (version of 5 May 1990 1:12:08). */
|
|
|
|
/* f2c output hacked as follows for GDB testsuite:
|
|
1. Change commented out "#" lines to #line directives.
|
|
I don't know why this behavior isn't the default for f2c -g.
|
|
2. Remove include of f2c.h and put in just a typedef for "integer".
|
|
Additional notes:
|
|
3. f2c was called as "f2c -g langs1.f".
|
|
4. We don't need to use the fortran libraries. */
|
|
|
|
typedef int integer;
|
|
|
|
/* Table of constant values */
|
|
|
|
static integer c__10000 = 10000;
|
|
|
|
/* I am not sure whether there is a way to have a fortran program without */
|
|
/* a MAIN, but it does not really harm us to have one. */
|
|
/* Main program */ void MAIN__()
|
|
{
|
|
} /* MAIN__ */
|
|
|
|
#line 4 "langs1.f"
|
|
/* Subroutine */ int fsub_()
|
|
{
|
|
extern integer cppsub_(int*);
|
|
|
|
#line 5 "langs1.f"
|
|
#line 6 "langs1.f"
|
|
return cppsub_(&c__10000);
|
|
#line 7 "langs1.f"
|
|
} /* fsub_ */
|
|
|