[Bf-committers] CVS commit: blender/intern/bmfont BMF_Api.h BMF_Fonts.hBMF_Settings.h blender/intern/bmfont/intern BMF_BitmapFont.hBMF_FontData.h blender/intern/bsp/extern CSG_BooleanOps.hblender/intern/bsp/intern BSP_CSGException.h BSP_CSGHelper.h ...

Gilles J. Seguin bf-committers@blender.org
Sat, 28 Dec 2002 14:25:03 -0500


Maarten Gribnau wrote:
> 
> >
> > unneccessary lineIndex: blender/intern/ghost/GHOST_IEventConsumer.h
> Do you mean the line number in the CVS tag of the files?
> 
> This tag is generated automatically by CVS when the file is committed.
> I guess the only way to change this (if possible) is to change the
> configuration of CVS. I don't think this is of high importance.


Visually inspecting the result of this command,
something is odd.


$ cvs -z3 diff -u -r 1.4 -r 1.5 blender/intern/ghost/GHOST_IEv
entConsumer.h
Index: blender/intern/ghost/GHOST_IEventConsumer.h
===================================================================
RCS file: /cvs01/blender/intern/ghost/GHOST_IEventConsumer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GHOST_IEventConsumer.h      2002/11/25 09:52:55     1.4
+++ GHOST_IEventConsumer.h      2002/12/26 18:25:10     1.5
@@ -1,5 +1,5 @@
 /**
- * $Id: GHOST_IEventConsumer.h,v 1.4 2002/11/25 09:52:55 mein Exp $
+ * $Id: GHOST_IEventConsumer.h,v 1.5 2002/12/26 18:25:10 mein Exp $
  * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or
@@ -31,7 +31,7 @@
 
 /**
 
- * $Id: GHOST_IEventConsumer.h,v 1.4 2002/11/25 09:52:55 mein Exp $
+ * $Id: GHOST_IEventConsumer.h,v 1.5 2002/12/26 18:25:10 mein Exp $
  * Copyright (C) 2001 NaN Technologies B.V.
  * @author     Maarten Gribnau
  * @date       May 14, 2001
@@ -39,10 +39,6 @@
 
 #ifndef _GHOST_IEVENT_CONSUMER_H_
 #define _GHOST_IEVENT_CONSUMER_H_
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
 
 #include "GHOST_IEvent.h"