emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-bytecomp.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-bytecomp.el
Date: Sun, 21 Apr 2002 20:35:37 -0400

Index: emacs/lisp/progmodes/cc-bytecomp.el
diff -c emacs/lisp/progmodes/cc-bytecomp.el:1.3 
emacs/lisp/progmodes/cc-bytecomp.el:1.4
*** emacs/lisp/progmodes/cc-bytecomp.el:1.3     Mon Jul 16 03:46:48 2001
--- emacs/lisp/progmodes/cc-bytecomp.el Sun Apr 21 20:35:36 2002
***************
*** 21,28 ****
  ;; GNU General Public License for more details.
  
  ;; You should have received a copy of the GNU General Public License
! ;; along with GNU Emacs; see the file COPYING.  If not, write to the
! ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  ;; Boston, MA 02111-1307, USA.
  
  ;;; Commentary:
--- 21,28 ----
  ;; GNU General Public License for more details.
  
  ;; You should have received a copy of the GNU General Public License
! ;; along with GNU Emacs; see the file COPYING.  If not, write to
! ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  ;; Boston, MA 02111-1307, USA.
  
  ;;; Commentary:
***************
*** 31,36 ****
--- 31,40 ----
  ;; compiled regardless the environment (e.g. if an older CC Mode with
  ;; outdated macros are loaded during compilation).  It also provides
  ;; features to defeat the compiler warnings for selected symbols.
+ ;;
+ ;; There's really nothing CC Mode specific here; this functionality
+ ;; ought to be provided by the byte compilers or some accompanying
+ ;; library.
  
  
  ;;; Code:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]