Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 1997 16:49:17 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/ddb db_sym.c db_sym.h
Message-ID:  <199706302349.QAA21311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/06/30 16:49:17 PDT

  Modified files:
    sys/ddb              db_sym.c db_sym.h 
  Log:
  Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'
  as `int foo(char c) ...' if there is a bogus prototype `int foo(char c);'
  in scope.
  
  Revision  Changes    Path
  1.19      +2 -2      src/sys/ddb/db_sym.c
  1.13      +2 -2      src/sys/ddb/db_sym.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706302349.QAA21311>