tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (04/04/89)
Dirk Grunwald pointed this out:
yahi% diff -c2 cplus-decl.c~ cplus-decl.c
*** cplus-decl.c~ Mon Apr 3 08:48:30 1989
--- cplus-decl.c Tue Apr 4 09:07:01 1989
***************
*** 909,913 ****
finish_function (1);
! #ifndef FASCIST_ASSEMBLER
/* Now tell GNU LD that this is part of the static destructor set. */
{
--- 909,913 ----
finish_function (1);
! #if !defined(SDB_DEBUGGING_INFO) && !defined(FASCIST_ASSEMBLER)
/* Now tell GNU LD that this is part of the static destructor set. */
{
***************
*** 997,1001 ****
finish_function (1);
! #ifndef FASCIST_ASSEMBLER
/* Now tell GNU LD that this is part of the static constructor set. */
{
--- 997,1001 ----
finish_function (1);
! #if !defined(SDB_DEBUGGING_INFO) && !defined(FASCIST_ASSEMBLER)
/* Now tell GNU LD that this is part of the static constructor set. */
{
***************
*** 1159,1163 ****
finish_function (1);
! #ifndef FASCIST_ASSEMBLER
{
extern struct _iob *asm_out_file;
--- 1159,1163 ----
finish_function (1);
! #if !defined(SDB_DEBUGGING_INFO) && !defined(FASCIST_ASSEMBLER)
{
extern struct _iob *asm_out_file;
yahi%